mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
Go back to CocoaView pointer in prototype
This commit is contained in:
parent
2299e3b1ab
commit
757ea32782
@ -104,7 +104,7 @@ void *nsview_get_ptr(void)
|
|||||||
return (BRIDGE void *)g_instance;
|
return (BRIDGE void *)g_instance;
|
||||||
}
|
}
|
||||||
|
|
||||||
void nsview_set_ptr(BRIDGE void *p) { g_instance = (BRIDGE CocoaView*)p; }
|
void nsview_set_ptr(CocoaView *p) { g_instance = p; }
|
||||||
|
|
||||||
#if TARGET_OS_OSX
|
#if TARGET_OS_OSX
|
||||||
static NSOpenGLPixelFormat* g_format;
|
static NSOpenGLPixelFormat* g_format;
|
||||||
|
@ -109,7 +109,7 @@ extern apple_frontend_settings_t apple_frontend_settings;
|
|||||||
|
|
||||||
void *nsview_get_ptr(void);
|
void *nsview_get_ptr(void);
|
||||||
|
|
||||||
void nsview_set_ptr(BRIDGE void *ptr);
|
void nsview_set_ptr(CocoaView *ptr);
|
||||||
|
|
||||||
void *get_chosen_screen(void);
|
void *get_chosen_screen(void);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user