mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00: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:
parent
366cfd0f8c
commit
d77a9ad1b6
7 changed files with 48 additions and 14 deletions
|
@ -29,6 +29,7 @@ struct ARCode
|
|||
std::string name;
|
||||
std::vector<AREntry> ops;
|
||||
bool enabled = false;
|
||||
bool default_enabled = false;
|
||||
bool user_defined = false;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue