mirror of
https://github.com/libretro/RetroArch
synced 2025-04-15 23:42:30 +00:00
(XDK) Another buildfix
This commit is contained in:
parent
0b0a5b7890
commit
700365c433
@ -478,8 +478,10 @@ void d3d_frame_postprocess(void *data)
|
|||||||
|
|
||||||
if (!dev)
|
if (!dev)
|
||||||
return;
|
return;
|
||||||
|
#if 0
|
||||||
if (!d3d_restore_device(dev))
|
if (!d3d_restore_device(dev))
|
||||||
return;
|
return;
|
||||||
|
#endif
|
||||||
|
|
||||||
dev->SetFlickerFilter(global->console.screen.flicker_filter_index);
|
dev->SetFlickerFilter(global->console.screen.flicker_filter_index);
|
||||||
dev->SetSoftDisplayFilter(global->console.softfilter_enable);
|
dev->SetSoftDisplayFilter(global->console.softfilter_enable);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user