mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-08 03:51:39 +12:00
Cheats: Default to enabled + CTRPF
This commit is contained in:
parent
f922870785
commit
1c501aceef
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue