mirror of
https://github.com/LNH-team/pico-launcher.git
synced 2026-06-02 09:06:54 +02:00
Add option to disable all cheats by pressing X in the cheat panel
This commit is contained in:
@@ -22,6 +22,7 @@ public:
|
||||
void ItemActivated();
|
||||
void Back();
|
||||
void Close();
|
||||
void DisableAllCheats();
|
||||
|
||||
State GetState() const { return _state; }
|
||||
const ICheatCategory* GetCurrentCheatCategory() const { return _categoryStack[_categoryStackLevel].cheatCategory; }
|
||||
@@ -45,4 +46,6 @@ private:
|
||||
bool _changed = false;
|
||||
u32 _categoryStackLevel = 0;
|
||||
std::array<CategoryStackEntry, 8> _categoryStack;
|
||||
|
||||
void DisableAllCheats(const ICheatCategory* cheatCategory);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user