more dolphin changes

This commit is contained in:
hunterk 2024-09-11 21:59:57 -05:00
parent a9068f006c
commit fdac5c7c23

View File

@ -116,7 +116,7 @@ Frontend-level settings or features that the dolphin-libretro core respects.
## Directories ## Directories
In addition to the aforementioned 'dolphin-emu' directory, In addition to the aforementioned 'dolphin-emu' directory, the dolphin-libretro core also creates a folder structure similar to that used by the standalone Dolphin emulator in RETROARCH_SAVES_FOLDER/User. In this structure, you can access/edit most of the same functionality you would find in the standalone Dolphin emulator and can even copy some files--such as GAME.ini and save files--back and forth between the dolphin-libretro core and the standalone Dolphin emulator.
## Geometry and timing ## Geometry and timing
@ -134,9 +134,9 @@ When the 'Language' core option is set to automatic, the default olphin-libretro
## Internal Cheats ## Internal Cheats
Disabled by default. Internal cheats can be handled via the GAME.ini files, but they will not take effect unless internal cheats are enabled in the core options. While there is no automatic way to add cheats via the dolphin-libretro core, it can use a cheat file generated by the standalone Dolphin emulator using this process: Disabled by default. Internal cheats can be handled via the GAME.ini files, but they will not take effect unless internal cheats are enabled in the core options. While there is no automatic way to add cheats to the dolphin-libretro core, it can use a cheat file generated by the standalone Dolphin emulator using the following process:
1. Open standalone, right click your game > Properties. 1. Open standalone Dolphin emulator and right-click your game > Properties.
2. Look at the title bar and remember the ID of the game (for example "GFZE01" for F-Zero GX USA). 2. Look at the title bar and remember the ID of the game (for example "GFZE01" for F-Zero GX USA).
3. Go to "Gecko Codes" tab and click "Download Codes". 3. Go to "Gecko Codes" tab and click "Download Codes".
4. Check the boxes for the cheats you want to use then you can close Dolphin. 4. Check the boxes for the cheats you want to use then you can close Dolphin.