projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd77b68
)
tizen/src/maru_sdl.c: Fix rotation bug for ARM again
author
Evgeny Voevodin
<e.voevodin@samsung.com>
Tue, 18 Sep 2012 06:09:01 +0000
(10:09 +0400)
committer
Evgeny Voevodin
<e.voevodin@samsung.com>
Tue, 18 Sep 2012 06:19:37 +0000
(10:19 +0400)
This fix was already applied in
f641569c2907eaacaa8a2c8391cc2c7c7f45d2c3
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
tizen/src/maru_sdl.c
patch
|
blob
|
history
diff --git
a/tizen/src/maru_sdl.c
b/tizen/src/maru_sdl.c
index e1854e5af9fedd8bba927edc039124c053f96ef9..47e7541ab1edbc07694194c31bc35dc4f60ee500 100644
(file)
--- a/
tizen/src/maru_sdl.c
+++ b/
tizen/src/maru_sdl.c
@@
-339,8
+339,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);