mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Merge pull request #2024 from RisingFog/irgui
Add UI Support for up to 8x Internal Resolutions
This commit is contained in:
@ -1366,7 +1366,7 @@ void CFrame::ParseHotkeys()
|
||||
{
|
||||
OSDChoice = 1;
|
||||
// Toggle native resolution
|
||||
if (++g_Config.iEFBScale > SCALE_4X)
|
||||
if (++g_Config.iEFBScale > 11) // 8X Internal Resolution
|
||||
g_Config.iEFBScale = SCALE_AUTO;
|
||||
}
|
||||
if (IsHotkey(HK_INCREASE_IR))
|
||||
|
Reference in New Issue
Block a user