mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
ogl: fix single core crash
osx is missing, sorry but I'm too stupid for objective-c
This commit is contained in:
@ -33,6 +33,7 @@ public:
|
||||
void UpdateFPSDisplay(const char *Text);
|
||||
bool Create(void *&window_handle);
|
||||
bool MakeCurrent();
|
||||
bool ClearCurrent();
|
||||
void Shutdown();
|
||||
|
||||
void Update();
|
||||
|
Reference in New Issue
Block a user