mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(D3D) Buildfix
This commit is contained in:
parent
71f603f3e0
commit
77f1bbdb26
@ -165,7 +165,7 @@ static void *gfx_ctx_d3d_init(void *video_driver)
|
||||
|
||||
win32_monitor_init();
|
||||
|
||||
return "d3d";
|
||||
return (void*)"d3d";
|
||||
}
|
||||
|
||||
static void gfx_ctx_d3d_destroy(void *data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user