mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Use BRIDGE macro
This commit is contained in:
parent
1d97a81224
commit
e3fce81097
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue