mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Core: Save the disabling of default enabled codes
The previous commit adjusted the code for loading and this commit adjusts the code for saving.
This commit is contained in:
@ -29,6 +29,7 @@ public:
|
||||
std::vector<std::string> notes;
|
||||
|
||||
bool enabled = false;
|
||||
bool default_enabled = false;
|
||||
bool user_defined = false;
|
||||
|
||||
bool Exist(u32 address, u32 data) const;
|
||||
|
Reference in New Issue
Block a user