Make the ini tweak available for everybody.

This commit is contained in:
The Dax 2014-06-30 13:04:44 -04:00 committed by Henrik Rydgard
parent 8a78f5e814
commit 9af40da53e
4 changed files with 5 additions and 4 deletions

View file

@ -135,7 +135,7 @@ void UpdateScreenScale(int width, int height) {
}
void UpdateRunLoop() {
if (windowHidden) {
if (windowHidden && g_Config.bPauseWhenMinimized) {
sleep_ms(16);
return;
}