Qt: Implement GBA host and widget

This commit is contained in:
Bonta 2021-07-04 13:23:30 +02:00
commit d6f86e1754
8 changed files with 635 additions and 1 deletions

View file

@ -27,6 +27,7 @@ public:
bool GetRenderFocus();
bool GetRenderFullFocus();
bool GetRenderFullscreen();
bool GetGBAFocus();
void SetMainWindowHandle(void* handle);
void SetRenderHandle(void* handle);