mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 13:48:07 -05:00
Merge pull request #12555 from flodavid/fix-gamemode-setting
Save gamemode configuration and add per-game config
This commit is contained in:
@ -76,6 +76,9 @@ protected:
|
||||
void ReadCoreValues();
|
||||
void ReadDataStorageValues();
|
||||
void ReadDebuggingValues();
|
||||
#ifdef __unix__
|
||||
void ReadLinuxValues();
|
||||
#endif
|
||||
void ReadServiceValues();
|
||||
void ReadDisabledAddOnValues();
|
||||
void ReadMiscellaneousValues();
|
||||
@ -107,6 +110,9 @@ protected:
|
||||
void SaveCoreValues();
|
||||
void SaveDataStorageValues();
|
||||
void SaveDebuggingValues();
|
||||
#ifdef __unix__
|
||||
void SaveLinuxValues();
|
||||
#endif
|
||||
void SaveNetworkValues();
|
||||
void SaveDisabledAddOnValues();
|
||||
void SaveMiscellaneousValues();
|
||||
|
Reference in New Issue
Block a user