Skip to content

Commit

Permalink
cheat code delete
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvita committed Aug 18, 2020
1 parent 0534cc0 commit 187f03b
Show file tree
Hide file tree
Showing 3 changed files with 216 additions and 91 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ include $(DEVKITPRO)/libnx/switch_rules
#---------------------------------------------------------------------------------
VERSION_MAJOR := 3
VERSION_MINOR := 6
VERSION_MICRO := 7
VERSION_MICRO := 8
NIGHTLY :=

APP_TITLE := EdiZon SE
Expand Down
2 changes: 2 additions & 0 deletions include/guis/gui_cheats.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ class GuiCheats : public Gui
bool valuematch(searchValue_t value, u64 nextaddress);
bool getinput(std::string headerText, std::string subHeaderText, std::string initialText, searchValue_t *searchValue);
bool addcodetofile(u64 index);
bool editcodefile();
bool dumpcodetofile();
void reloadcheats();
bool reloadcheatsfromfile(u8 *buildID, u64 titleID);
Expand All @@ -236,6 +237,7 @@ class GuiCheats : public Gui

DmntCheatEntry *m_cheats;
u64 m_cheatCnt;
bool *m_cheatDelete;

void drawSearchRAMMenu();

Expand Down
Loading

0 comments on commit 187f03b

Please sign in to comment.