mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 18:40:09 +00:00
(MSVC) Buildfixes
This commit is contained in:
parent
b20d550cc4
commit
ed5954420b
@ -1154,7 +1154,7 @@ static void *d3d_init(const video_info_t *info,
|
||||
#endif
|
||||
#endif
|
||||
|
||||
video_context_driver_set((void*)ctx_driver);
|
||||
video_context_driver_set((const gfx_ctx_driver_t*)ctx_driver);
|
||||
|
||||
if (!d3d_construct(d3d, info, input, input_data))
|
||||
{
|
||||
|
@ -2610,7 +2610,7 @@ static void *gl_init(const video_info_t *video, const input_driver_t **input, vo
|
||||
if (!gl || !ctx_driver)
|
||||
goto error;
|
||||
|
||||
video_context_driver_set((void*)ctx_driver);
|
||||
video_context_driver_set((const gfx_ctx_driver_t*)ctx_driver);
|
||||
|
||||
gl->video_info = *video;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user