From d3535894c9ce23282965e9b1aee630e68246a27b Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Sun, 9 Jul 2023 14:12:50 +0300 Subject: [PATCH] Better usage instructions --- readme.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 507ddc37..fd5f9683 100644 --- a/readme.md +++ b/readme.md @@ -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` +
+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