mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
take this a bit further
This commit is contained in:
@ -71,6 +71,11 @@ public:
|
||||
|
||||
msg_BootROM,
|
||||
msg_BootFirmware,
|
||||
msg_InsertCart,
|
||||
msg_EjectCart,
|
||||
msg_InsertGBACart,
|
||||
msg_InsertGBAAddon,
|
||||
msg_EjectGBACart,
|
||||
};
|
||||
|
||||
struct Message
|
||||
@ -100,8 +105,11 @@ public:
|
||||
void emuFrameStep();
|
||||
void emuReset();
|
||||
|
||||
int bootROM(QStringList filename);
|
||||
int bootROM(const QStringList& filename);
|
||||
int bootFirmware();
|
||||
int insertCart(const QStringList& filename, bool gba);
|
||||
void ejectCart(bool gba);
|
||||
int insertGBAAddon(int type);
|
||||
|
||||
bool emuIsRunning();
|
||||
bool emuIsActive();
|
||||
|
Reference in New Issue
Block a user