From b699ea5dad81161b4f56f30c845fad469894c402 Mon Sep 17 00:00:00 2001 From: Evgeny Voevodin Date: Tue, 18 Sep 2012 10:09:01 +0400 Subject: [PATCH] tizen/src/maru_sdl.c: Fix rotation bug for ARM again This fix was already applied in f641569c2907eaacaa8a2c8391cc2c7c7f45d2c3 Signed-off-by: Evgeny Voevodin --- tizen/src/maru_sdl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tizen/src/maru_sdl.c b/tizen/src/maru_sdl.c index 9f61b85..c67ccdb 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); -- 2.7.4