get this started, I guess

This commit is contained in:
Arisotura
2025-08-23 01:43:40 +02:00
parent 2abdaaf906
commit 4df24dff94

View File

@ -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,