mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
win32: fix x/y scale types
This commit is contained in:
parent
cf92211254
commit
a49f0ef576
@ -933,9 +933,9 @@ void D3DVideo::init_chain_multipass(const video_info_t &info)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (conf.get(attr_type_x, attr))
|
if (conf.get(attr_type_x, attr_x))
|
||||||
has_scale = true;
|
has_scale = true;
|
||||||
if (conf.get(attr_type_y, attr))
|
if (conf.get(attr_type_y, attr_y))
|
||||||
has_scale = true;
|
has_scale = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user