From 0ccd8ed5ca4a1962e3fb4eebec39728e4b4c8960 Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Tue, 15 May 2018 11:56:59 +0200 Subject: [PATCH] glViewport not needed --- shell/apple/emulator-osx/emulator-osx/osx-main.mm | 1 - 1 file changed, 1 deletion(-) diff --git a/shell/apple/emulator-osx/emulator-osx/osx-main.mm b/shell/apple/emulator-osx/emulator-osx/osx-main.mm index 408355929..40be940c9 100644 --- a/shell/apple/emulator-osx/emulator-osx/osx-main.mm +++ b/shell/apple/emulator-osx/emulator-osx/osx-main.mm @@ -134,7 +134,6 @@ extern "C" int emu_single_frame(int w, int h) { return true; screen_width = w; screen_height = h; - glViewport(0, 0, screen_width, screen_height); return rend_single_frame(); }