Merge pull request #4136 from Helios747/custom_textures_hotkey

[Hotkey] Added custom textures toggle
This commit is contained in:
Markus Wick
2016-08-22 16:59:01 +02:00
committed by GitHub
3 changed files with 4 additions and 0 deletions

View File

@ -1497,6 +1497,8 @@ void CFrame::ParseHotkeys()
OSDChoice = 4;
g_Config.bDisableFog = !g_Config.bDisableFog;
}
if (IsHotkey(HK_TOGGLE_TEXTURES))
g_Config.bHiresTextures = !g_Config.bHiresTextures;
Core::SetIsThrottlerTempDisabled(IsHotkey(HK_TOGGLE_THROTTLE, true));
if (IsHotkey(HK_DECREASE_EMULATION_SPEED))
{