You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/main.cpp
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ namespace CTRPluginFramework
94
94
const std::vector<MenuEntry *> JPUSEUsaveEntries{
95
95
newMenuEntry("Dump save file",nullptr, dumpsave,"Backup your save file!\nDumps are stored in: SD:Miichanic/CFL_DB.dat"),
96
96
newMenuEntry("Restore save file",nullptr, restoresave),
97
-
EntryWithHotkey(newMenuEntry("Mega menu", megamenu,"Tap on a mii and press the hotkeys, it can't do everything, but it's useful.\nThanks to Goombi and Redshyguy for their code thay i borrowed for the QR Code option"), {Hotkey(Key::A | Key::DPadRight,"Open menu")}),
97
+
EntryWithHotkey(newMenuEntry("Mega menu", megamenu,"Tap on a mii and press the hotkeys, it can't do everything, but it's useful."), {Hotkey(Key::A | Key::DPadRight,"Open menu")}),
98
98
EntryWithHotkey(newMenuEntry("Create Mii QR code (Read Note)", callencrypt,"WARNING: This cheat is unstable and might freeze the game. make sure you save before using it!\n\nThis creates a QR Code of the mii you're selecting.\nMake sure that your screen is bright enough if you are scanning it from your screen!\nThanks to Goombi and Redshyguy for their code"), {Hotkey(Key::A | Key::B,"run it")}),