mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-09-13 06:53:22 -06:00
get this started, I guess
This commit is contained in:
@ -31,6 +31,13 @@
|
||||
|
||||
const int kMaxWindows = 4;
|
||||
|
||||
enum EmuInstanceType
|
||||
{
|
||||
emuInst_Normal = 0, // regular instance
|
||||
emuInst_RemoteHost, // sends video/audio feed to a remote client instance
|
||||
emuInst_RemoteClient, // receives video/audio feed, sends back input
|
||||
};
|
||||
|
||||
enum
|
||||
{
|
||||
HK_Lid = 0,
|
||||
|
Reference in New Issue
Block a user