mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
wayland: Add bits required to run as a wayland client.
This commit is contained in:
@ -33,6 +33,7 @@ public:
|
||||
void *CreateWindow(void);
|
||||
void DestroyWindow(void);
|
||||
void UpdateFPSDisplay(const char *text);
|
||||
void SwapBuffers();
|
||||
};
|
||||
#else
|
||||
class cX11Window
|
||||
|
Reference in New Issue
Block a user