Dolphin, the GameCube and Wii emulator - Forums
Dolphin won't save game configs - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Support (https://forums.dolphin-emu.org/Forum-support)
+--- Thread: Dolphin won't save game configs (/Thread-dolphin-won-t-save-game-configs)



Dolphin won't save game configs - PillowOfBricks - 09-02-2018

I'm trying to create a game config for Brawl so I can screenshot again, but whenever I save the config and re-open it, it completely disappears! I have tried setting the Dolphin folder in Documents to Read-only, but that also resets as well. Manually making an .ini file fails to work, too.

Is there any way to fix this?

Version I'm on is 5.0 release on Windows 10 x64


RE: Dolphin won't save game configs - JosJuice - 09-02-2018

If it disappears, it's probably because your syntax is incorrect. Please show us what you've been trying to write in the INI file.


RE: Dolphin won't save game configs - PillowOfBricks - 09-02-2018

UseRealXFB = True
SafeTextureCacheColorSamples = 0
EFBAccessEnable = True
EFBToTextureEnable = False

Using these for SSBB


RE: Dolphin won't save game configs - JosJuice - 09-02-2018

You need to put a section name on a line before the settings, like [Video_Settings].


RE: Dolphin won't save game configs - PillowOfBricks - 09-02-2018

Well I feel a bit stupid for not noticing that. Thanks for the help!