Emulator Issues #13745
openGameINI Overrides Saved to SYSCONF after Title Change
0%
Description
Game Name?
Mario Kart Wii
Game ID? (right click the game in the game list, Properties, Info tab)
RMCE01
MD5 Hash? (right click the game in the game list, Properties, Verify tab, Verify Integrity button)
bb7f2c926cbcdee65e2a48b7002a52ea
What's the problem? Describe what went wrong.
Any GameINI overrides for SYSCONF settings are supposed to be reverted upon stopping the game, but this is not done properly if a title change occurs.
What steps will reproduce the problem?
- Perform a system update and go through the initial setup, setting the aspect ratio to 16:9.
- Add the following to the user RMCE01.ini:
[Wii]
Widescreen = False
- Start Mario Kart Wii from the game list.
- Switch to the Wii Menu.
- Stop emulation.
- Start the Wii Menu. The aspect ratio will be 4:3.
Is the issue present in the latest development version? For future reference, please also write down the version number of the latest development version.
Yes (2412-289)
Is the issue present in the latest release? For future reference, please also write down the version number of the latest release.
Yes (2412)
What are your PC specifications? (CPU, GPU, Operating System, more)
Intel Core i3-4170 @3.70 GHz
Intel HD Graphics 4400
Windows 10 Home v22H2
Is there anything else that can help developers narrow down the issue? (e.g. logs, screenshots,
configuration files, savefiles, savestates)
RestoreSYSCONF()
checks if settings are currently being overridden, which is no longer the case once you switch titles.
No data to display