Windows Port:
- Oops! Missed a file that should’ve been committed in r5222.
This commit is contained in:
parent
47adbc5455
commit
7daab3d784
|
@ -3117,8 +3117,6 @@ int _main()
|
||||||
TABLET_DISABLE_FLICKFALLBACKKEYS
|
TABLET_DISABLE_FLICKFALLBACKKEYS
|
||||||
));
|
));
|
||||||
|
|
||||||
gpu_SetRotateScreen(video.rotation);
|
|
||||||
|
|
||||||
//GetPrivateProfileString("General", "Language", "0", text, 80, IniName);
|
//GetPrivateProfileString("General", "Language", "0", text, 80, IniName);
|
||||||
//SetLanguage(atoi(text));
|
//SetLanguage(atoi(text));
|
||||||
//zero 09-feb-2013 - all the translations are out of date. this is dumb. lets just take out the translations. you cant expect translations in a project with our staff size using our tech
|
//zero 09-feb-2013 - all the translations are out of date. this is dumb. lets just take out the translations. you cant expect translations in a project with our staff size using our tech
|
||||||
|
@ -3742,8 +3740,6 @@ void SetRotate(HWND hwnd, int rot, bool user)
|
||||||
WritePrivateProfileInt("Video","Window Rotate Set",video.rotation_userset,IniName);
|
WritePrivateProfileInt("Video","Window Rotate Set",video.rotation_userset,IniName);
|
||||||
}
|
}
|
||||||
|
|
||||||
gpu_SetRotateScreen(video.rotation);
|
|
||||||
|
|
||||||
UpdateScreenRects();
|
UpdateScreenRects();
|
||||||
UpdateWndRects(hwnd);
|
UpdateWndRects(hwnd);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue