Merge pull request #2024 from RisingFog/irgui

Add UI Support for up to 8x Internal Resolutions
This commit is contained in:
Markus Wick
2015-06-11 15:47:39 +02:00
committed by Jules Blok
parent 6911e2470a
commit f801ccc9b2
4 changed files with 10 additions and 17 deletions

View File

@ -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))