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); }