mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 23:29:17 +00:00
Remove non-integer IRs
This commit is contained in:
parent
a25f7b9b4c
commit
f090a94319
45 changed files with 75 additions and 266 deletions
|
@ -1446,7 +1446,7 @@ void CFrame::ParseHotkeys()
|
|||
if (IsHotkey(HK_DECREASE_IR))
|
||||
{
|
||||
OSDChoice = 1;
|
||||
if (Config::Get(Config::GFX_EFB_SCALE) > SCALE_AUTO)
|
||||
if (Config::Get(Config::GFX_EFB_SCALE) > EFB_SCALE_AUTO_INTEGRAL)
|
||||
Config::SetCurrent(Config::GFX_EFB_SCALE, Config::Get(Config::GFX_EFB_SCALE) - 1);
|
||||
}
|
||||
if (IsHotkey(HK_TOGGLE_CROP))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue