1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-06-30 08:24:05 +00:00

Fix oversight in OSD statistics (GLideNUI-Qt)

It wasn't saving the setting properly with custom game settings.
This commit is contained in:
oddMLan 2021-07-22 06:04:34 -07:00 committed by Sergey Lipskiy
parent 5072ec8ee8
commit a59bd2eb00

View File

@ -507,6 +507,7 @@ void saveCustomRomSettings(const QString & _strIniFolder, const char * _strRomNa
WriteCustomSetting2(onScreenDisplay, showPercent, percent);
WriteCustomSetting2(onScreenDisplay, showInternalResolution, internalResolution);
WriteCustomSetting2(onScreenDisplay, showRenderingResolution, renderingResolution);
WriteCustomSetting2(onScreenDisplay, showStatistics, statistics);
WriteCustomSetting2(onScreenDisplay, osdPos, pos);
settings.endGroup();