mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 10:20:51 +00:00
(D3D8/D3D9) Buildfixes
This commit is contained in:
parent
740cf4034e
commit
992d221af9
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user