(D3D8/D3D9) Buildfixes

This commit is contained in:
twinaphex 2018-12-24 03:31:01 +01:00
parent 740cf4034e
commit 992d221af9
2 changed files with 2 additions and 2 deletions

View File

@ -1845,7 +1845,7 @@ static uintptr_t d3d8_load_texture(void *video_data, void *data,
info.type = filter_type;
if (threaded)
return video_thread_texture_load(&info,
return video_thread_custom_cmd(&info,
d3d8_video_texture_load_wrap_d3d);
d3d8_video_texture_load_d3d(&info, &id);

View File

@ -2011,7 +2011,7 @@ static uintptr_t d3d9_load_texture(void *video_data, void *data,
info.type = filter_type;
if (threaded)
return video_thread_texture_load(&info,
return video_thread_custom_cmd(&info,
d3d9_video_texture_load_wrap_d3d);
d3d9_video_texture_load_d3d(&info, &id);