diff options
author | Evgeny Voevodin <e.voevodin@samsung.com> | 2012-09-18 10:09:01 +0400 |
---|---|---|
committer | syeon.hwang <syeon.hwang@samsung.com> | 2012-09-21 11:53:04 +0900 |
commit | b699ea5dad81161b4f56f30c845fad469894c402 (patch) | |
tree | 2ca046ad70ba853eadda70bfb7e1d168d4e92fc0 | |
parent | 0a783f97df41bcfd46586782ab690cf3f032b23d (diff) | |
download | qemu-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.c | 2 |
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); |