From 7daab3d784fa76cd1d6765b73f67ea427955bf7c Mon Sep 17 00:00:00 2001 From: rogerman Date: Wed, 15 Jul 2015 00:23:59 +0000 Subject: [PATCH] =?UTF-8?q?Windows=20Port:=20-=20Oops!=20Missed=20a=20file?= =?UTF-8?q?=20that=20should=E2=80=99ve=20been=20committed=20in=20r5222.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- desmume/src/windows/main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/desmume/src/windows/main.cpp b/desmume/src/windows/main.cpp index 45d9ec074..dff056ace 100644 --- a/desmume/src/windows/main.cpp +++ b/desmume/src/windows/main.cpp @@ -3117,8 +3117,6 @@ int _main() TABLET_DISABLE_FLICKFALLBACKKEYS )); - gpu_SetRotateScreen(video.rotation); - //GetPrivateProfileString("General", "Language", "0", text, 80, IniName); //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 @@ -3742,8 +3740,6 @@ void SetRotate(HWND hwnd, int rot, bool user) WritePrivateProfileInt("Video","Window Rotate Set",video.rotation_userset,IniName); } - gpu_SetRotateScreen(video.rotation); - UpdateScreenRects(); UpdateWndRects(hwnd); }