mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
Buildfix
This commit is contained in:
parent
b1af12efc9
commit
9ddc39af59
@ -104,7 +104,7 @@ void *nsview_get_ptr(void)
|
||||
return (BRIDGE void *)g_instance;
|
||||
}
|
||||
|
||||
void nsview_set_ptr(CocoaView *p) { g_instance = p; }
|
||||
void nsview_set_ptr(void *p) { g_instance = (CocoaView*)p; }
|
||||
|
||||
#if TARGET_OS_OSX
|
||||
static NSOpenGLPixelFormat* g_format;
|
||||
|
@ -109,7 +109,7 @@ extern apple_frontend_settings_t apple_frontend_settings;
|
||||
|
||||
void *nsview_get_ptr(void);
|
||||
|
||||
void nsview_set_ptr(CocoaView *ptr);
|
||||
void nsview_set_ptr(void *ptr);
|
||||
|
||||
void *get_chosen_screen(void);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user