mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
(finally) build the goddamn cheat interface
This commit is contained in:
@ -67,6 +67,9 @@ extern bool SavestateLoaded;
|
||||
// initialize the ROM handling utility
|
||||
void Init_ROM();
|
||||
|
||||
// deinitialize the ROM handling utility
|
||||
void DeInit_ROM();
|
||||
|
||||
// load the BIOS/firmware and boot from it
|
||||
int LoadBIOS();
|
||||
|
||||
@ -97,6 +100,9 @@ bool SaveState(const char* filename);
|
||||
// undo the latest savestate load
|
||||
void UndoStateLoad();
|
||||
|
||||
// enable or disable cheats
|
||||
void EnableCheats(bool enable);
|
||||
|
||||
|
||||
// setup the display layout based on the provided display size and parameters
|
||||
// * screenWidth/screenHeight: size of the host display
|
||||
|
Reference in New Issue
Block a user