summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Voevodin <e.voevodin@samsung.com>2012-09-18 10:09:01 +0400
committersyeon.hwang <syeon.hwang@samsung.com>2012-09-21 11:53:04 +0900
commitb699ea5dad81161b4f56f30c845fad469894c402 (patch)
tree2ca046ad70ba853eadda70bfb7e1d168d4e92fc0
parent0a783f97df41bcfd46586782ab690cf3f032b23d (diff)
downloadqemu-b699ea5dad81161b4f56f30c845fad469894c402.tar.gz
qemu-b699ea5dad81161b4f56f30c845fad469894c402.tar.bz2
qemu-b699ea5dad81161b4f56f30c845fad469894c402.zip
tizen/src/maru_sdl.c: Fix rotation bug for ARM again
This fix was already applied in f641569c2907eaacaa8a2c8391cc2c7c7f45d2c3 Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
-rw-r--r--tizen/src/maru_sdl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tizen/src/maru_sdl.c b/tizen/src/maru_sdl.c
index 9f61b855b3..c67ccdb8e9 100644
--- a/tizen/src/maru_sdl.c
+++ b/tizen/src/maru_sdl.c
@@ -319,8 +319,6 @@ static void qemu_update(void)
if (sdl_alteration == 1) {
sdl_alteration = 0;
_sdl_init();
-
- return;
} else if (sdl_alteration == -1) {
SDL_FreeSurface(processing_screen);
SDL_FreeSurface(surface_qemu);