mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-31 23:34:36 +00:00
Use BRIDGE macro
This commit is contained in:
parent
1d97a81224
commit
e3fce81097
@ -133,7 +133,7 @@ void *glkitview_init(void)
|
||||
g_view.enableSetNeedsDisplay = NO;
|
||||
[g_view addSubview:g_pause_indicator_view];
|
||||
|
||||
return (__bridge void *)((GLKView*)g_view);
|
||||
return (BRIDGE void *)((GLKView*)g_view);
|
||||
#else
|
||||
return nsview_get_ptr();
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user