mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Add UI Support for up to 8x Internal Resolutions
This commit is contained in:
parent
5fe2924af6
commit
6e7fedd4d0
4 changed files with 10 additions and 17 deletions
|
@ -1352,7 +1352,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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue