Cheats: Default to enabled + CTRPF
This commit is contained in:
@@ -17,8 +17,8 @@ class Cheats {
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct Cheat {
|
struct Cheat {
|
||||||
bool enabled;
|
bool enabled = true;
|
||||||
CheatType type;
|
CheatType type = CheatType::ActionReplay;
|
||||||
std::vector<u32> instructions;
|
std::vector<u32> instructions;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -37,4 +37,4 @@ class Cheats {
|
|||||||
ActionReplay ar; // An ActionReplay cheat machine for executing CTRPF codes
|
ActionReplay ar; // An ActionReplay cheat machine for executing CTRPF codes
|
||||||
std::vector<Cheat> cheats;
|
std::vector<Cheat> cheats;
|
||||||
bool cheatsLoaded = false;
|
bool cheatsLoaded = false;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user