diff options
Diffstat (limited to 'games/libretro-reicast/README')
-rw-r--r-- | games/libretro-reicast/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/libretro-reicast/README b/games/libretro-reicast/README index cede87860ef77..82ad1127f88b1 100644 --- a/games/libretro-reicast/README +++ b/games/libretro-reicast/README @@ -6,5 +6,14 @@ The Dreamcast BIOS files are required to run Reicast. * dc/dc_boot.bin * dc/dc_flash.bin +Due to a bug in Reicast, emulated memory cards will not save by default. +You can use the following workround: + 1. Start a game with libretro-reicast. + 2. Open the core options, they can be found in the RetroArch quick menu. + 3. Enable 'Boot to BIOS (restart)', then close and restart the emulator. + 4. In the Dreamcast bios menu, select 'File' and reformat the memory card. + 5. Open the core options again and disable 'Boot to BIOS (restart)'. + 6. Now close and restart Reicast to enjoy a working memory card. + To build the debugging symbols use: DEBUG=1 ./libretro-reicast.SlackBuild |