mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Buildfix
This commit is contained in:
parent
964fcda79a
commit
bac58c99c4
@ -36,7 +36,7 @@
|
||||
/* forward declarations */
|
||||
void cocoagl_gfx_ctx_update(void);
|
||||
|
||||
#elif defined(HAVE_COCOATOUCH)
|
||||
#if defined(HAVE_COCOATOUCH)
|
||||
static void *glkitview_init(void)
|
||||
{
|
||||
g_view = [GLKView new];
|
||||
@ -47,11 +47,9 @@ static void *glkitview_init(void)
|
||||
|
||||
return (BRIDGE void *)((GLKView*)g_view);
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_COCOATOUCH
|
||||
@interface CocoaView()<GCDWebUploaderDelegate> {
|
||||
|
||||
|
||||
}
|
||||
@end
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user