mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-11 08:39:48 +12:00
Better usage instructions
This commit is contained in:
parent
b3f6a3a91c
commit
d3535894c9
1 changed files with 8 additions and 1 deletions
|
@ -43,7 +43,14 @@ cmake .. -DCMAKE_BUILD_TYPE=Release # Set up compilers etc here if you'd like
|
|||
```
|
||||
|
||||
# How to use
|
||||
Simply drag and drop a ROM to the executable if supported, or invoke the executable from the command line with the path to the ROM as the first argument.
|
||||
Simply drag and drop a ROM to the executable if supported, or invoke the executable from the command line with the path to the ROM as the first argument like: `Alber.exe MyGame.3ds`
|
||||
<br>
|
||||
Panda3DS can load ROMs in the following formats:
|
||||
- .3ds
|
||||
- .cxi/.app
|
||||
- .elf/.axf
|
||||
|
||||
Both decrypted and encrypted dumps are supported. However for encrypted dumps you must provide your AES keys file by adding a `sysdata` folder to the emulator's app data directory with a file called `aes_keys.txt` including your keys. Currently .cia files are not supported yet (support is planned for the future), however if you want you can usually use Citra to extract the .app/.cxi file out of your .cia and run that.
|
||||
|
||||
## Controls
|
||||
Keyboard & Mouse
|
||||
|
|
Loading…
Add table
Reference in a new issue