mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-26 04:36:56 +00:00
(cocoa) Fix warning
This commit is contained in:
parent
c2d4da4660
commit
7dcecc500f
@ -196,7 +196,7 @@ static void *cocoagl_gfx_ctx_init(void *video_driver)
|
||||
[g_context makeCurrentContext];
|
||||
// Make sure the view was created
|
||||
[CocoaView get];
|
||||
return "cocoa";
|
||||
return (void*)"cocoa";
|
||||
}
|
||||
|
||||
static void cocoagl_gfx_ctx_destroy(void *data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user