mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-30 14:53:39 +00:00
(iOS) Buildfix
This commit is contained in:
parent
56d744ceaa
commit
097d9bc13b
@ -343,7 +343,7 @@ static bool cocoagl_gfx_ctx_set_video_mode(void *data,
|
||||
[g_context setView:g_view];
|
||||
#else
|
||||
if (g_use_hw_ctx)
|
||||
g_hw_ctx = [[EAGLContext alloc] initWithAPI:kEAGLrenderingAPIOpenGLES2];
|
||||
g_hw_ctx = [[EAGLContext alloc] initWithAPI:kEAGLRenderingAPIOpenGLES2];
|
||||
g_context = [[EAGLContext alloc] initWithAPI:kEAGLRenderingAPIOpenGLES2];
|
||||
g_view.context = g_context;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user