Merge pull request #34 from swilde/main

Added docs on more SA emulators:
This commit is contained in:
anthonycaccese 2024-01-12 09:53:28 -05:00 committed by GitHub
commit 43ad6e07a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 49 additions and 1 deletions

View file

@ -33,6 +33,40 @@ By default JELOS will expand the configuration file according to the first contr
## Standalone (SA) Emulators
### AetherSX2 ([PS2](../../systems/ps2))
| Button Combo | Action |
| -- | -- |
| ++"F1"+"B(SOUTH)"++ | Quit Game |
| ++"F1"+"R1"++ | Save State |
| ++"F1"+"L1"++ | Load State |
| ++"F1"+"X(NORTH)"++ | Open Menu |
| ++"F1"+"Y(WEST)"++ | Cycle Aspect Ratio |
| ++"F1"+"A(EAST)"++ | Screenshot |
### Citra ([Nintendo 3DS](../../systems/3ds))
| Button Combo | Action |
| -- | -- |
| ++"F1"+"START"++ | Quit Game |
### Drastic ([Nintendo DS](../../systems/nds))
| Button Combo | Action |
| -- | -- |
| ++"R2"++ | Save State |
| ++"L2"++ | Load State |
| ++"F1"++ | Open Menu |
| ++"F2"++ | Switch One Screen and Dual Screen Layout |
| ++"L3"++ | Change Screen Layout/Swap Screens |
#### Additional Notes:
These are the mappings on S922X devices, e.g. [Powkiddy RGB10 Max 3
Pro](../../devices/powkiddy/rgb10-max-3-pro). On other devices
++"F1"++ and ++"F2"++ may not be available and mapped to other special
keys.
### Dolphin ([Gamecube](../../systems/gc))
| Button Combo | Action |
@ -94,6 +128,12 @@ The Z and L button assignment can be changed in EmulationStation
| ++"R1"++ | R |
| ++"R3"++ | Open Menu |
#### Additional Notes:
On S922X devices e.g. [Powkiddy RGB10 Max 3
Pro](../../devices/powkiddy/rgb10-max-3-pro) instead of ++"R3"++ the
++"F1"++ key is used.
### PCSX2 ([PS2](../../systems/ps2))
| Button Combo | Action |

View file

@ -11,4 +11,12 @@
| Name | Platform | Documentation |
| --- | --- | --- |
| Citra | AMD64 | [docs.libretro.com/library/citra](https://docs.libretro.com/library/citra/) |
| Citra (SA) | AMD64, S922X | [citra-emu.org](https://citra-emu.org/) |
| Citra (SA) | AMD64, S922X | [citra-emu.org](https://citra-emu.org/) |
## AES Keys
> You need crypto keys to play encrypted roms, for details see [https://citra-emu.org/wiki/aes-keys/](https://citra-emu.org/wiki/aes-keys/).
| Emulator | Required Files | Path |
| --- | --- | --- |
| Citra (SA) | `aes_keys.txt` | `/storage/.config/citra-emu/sysdata` |