(D3D) Buildfix

This commit is contained in:
twinaphex 2016-02-13 23:12:49 +01:00
parent 3a924231a6
commit 75d73ab658

View File

@ -1134,7 +1134,7 @@ static void *d3d_init(const video_info_t *info,
#endif
#endif
gfx_ctx_ctl(GFX_CTL_SET, ctx_driver);
gfx_ctx_ctl(GFX_CTL_SET, (void*)ctx_driver);
if (!d3d_construct(d3d, info, input, input_data))
{