mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +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