mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-06 18:04:22 +00:00
feat(ui): add per-game cheat management tab with bulk toggle controls
Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
@@ -81,6 +81,7 @@ protected:
|
||||
#endif
|
||||
void ReadServiceValues();
|
||||
void ReadDisabledAddOnValues();
|
||||
void ReadDisabledCheatValues();
|
||||
void ReadMiscellaneousValues();
|
||||
void ReadCpuValues();
|
||||
void ReadRendererValues();
|
||||
@@ -116,6 +117,7 @@ protected:
|
||||
#endif
|
||||
void SaveNetworkValues();
|
||||
void SaveDisabledAddOnValues();
|
||||
void SaveDisabledCheatValues();
|
||||
void SaveMiscellaneousValues();
|
||||
void SaveCpuValues();
|
||||
void SaveRendererValues();
|
||||
|
||||
Reference in New Issue
Block a user