Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions Emu/SCUMMVM/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# ScummVM

By default, 64-bit devices use the standalone ScummVM emulator. The RetroArch core was removed to reduce download size (~105MB).

## Restoring the RetroArch core

1. Download `scummvm_libretro.so` for aarch64 from https://buildbot.libretro.com/nightly/linux/aarch64/latest/
2. Place it in `RetroArch/.retroarch/cores64/`
3. In `Emu/SCUMMVM/config.json`, find the `Emulator_64` section and add `"scummvm_libretro"` to the `options` array:
```json
"options": [
"scummvm_libretro",
"scummvm-standalone"
]
```
4. You can now select between standalone and RetroArch core in the emulator picker.
1 change: 0 additions & 1 deletion Emu/SCUMMVM/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"Emulator_64": {
"display": "Emulator",
"options": [
"scummvm_libretro",
"scummvm-standalone"
],
"devices": [
Expand Down
3 changes: 0 additions & 3 deletions RetroArch/.retroarch/cores64/scummvm_libretro.so

This file was deleted.

Binary file not shown.
Binary file not shown.