diff options
author | neonloop | 2023-01-09 18:03:47 +0000 |
---|---|---|
committer | neonloop | 2023-01-09 18:03:47 +0000 |
commit | 77698840e8cd8ad0b59d6ac1a30a7ecf418ca470 (patch) | |
tree | 0dd52fd717bf92c5a3270fb47e8eb2d3ab3bfe82 /README.funkey-s.md | |
parent | 2f41e4b0dc67620b97f727e8ec278d492ded1713 (diff) | |
download | picoarch-77698840e8cd8ad0b59d6ac1a30a7ecf418ca470.tar.gz picoarch-77698840e8cd8ad0b59d6ac1a30a7ecf418ca470.tar.bz2 picoarch-77698840e8cd8ad0b59d6ac1a30a7ecf418ca470.zip |
Uses absolute path for core
Fixes issue with instant play on FunKey S
Diffstat (limited to 'README.funkey-s.md')
-rw-r--r-- | README.funkey-s.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.funkey-s.md b/README.funkey-s.md index 2aa9626..b5a7154 100644 --- a/README.funkey-s.md +++ b/README.funkey-s.md @@ -53,7 +53,7 @@ The libretro documentation specifies which bios is required for each core. For e Cheats use RetroArch .cht file format. Many cheat files are here <https://github.com/libretro/libretro-database/tree/master/cht> -Cheat file name needs to match ROM name, and go underneath save directory. For example, `/Apps/.picoarch-gambatte/cheats/Super Mario Land (World).cht`. When a cheat file is detected, a "cheats" menu item will appear in advanced menu. Not all cheats work with all cores, may want to clean up files to just the cheats you want. +Cheat file name needs to match ROM name, and go underneath save directory. For example, `/mnt/FunKey/.picoarch-gambatte/cheats/Super Mario Land (World).cht`. When a cheat file is detected, a "cheats" menu item will appear in advanced menu. Not all cheats work with all cores, may want to clean up files to just the cheats you want. ### IPS / BPS soft-patching |