mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(Cocoa GL) Move variables
This commit is contained in:
parent
dfa3d216f8
commit
3200d138b0
@ -81,6 +81,7 @@ static unsigned g_major = 0;
|
||||
#ifdef OSX
|
||||
static NSOpenGLPixelFormat* g_format;
|
||||
#endif
|
||||
static CocoaView* g_instance;
|
||||
#if defined(HAVE_COCOATOUCH)
|
||||
static GLKView *g_view = NULL;
|
||||
|
||||
@ -101,8 +102,6 @@ static GLKView *g_view = NULL;
|
||||
@end
|
||||
#endif
|
||||
|
||||
static CocoaView* g_instance;
|
||||
|
||||
void *nsview_get_ptr(void)
|
||||
{
|
||||
#if defined(OSX)
|
||||
|
Loading…
x
Reference in New Issue
Block a user