mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-24 19:56:06 +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
|
||||
{
|
||||
if (conf.get(attr_type_x, attr))
|
||||
if (conf.get(attr_type_x, attr_x))
|
||||
has_scale = true;
|
||||
if (conf.get(attr_type_y, attr))
|
||||
if (conf.get(attr_type_y, attr_y))
|
||||
has_scale = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user