From 957bf22879228fdd64eade39585855c7ba63c6cd Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Mon, 31 Jul 2006 15:11:03 +0000 Subject: Prevent simulator SDL audio skipping under OS X (FS#5748 by Emanuel Zephir). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10384 a1c6a512-1295-4272-9138-f99709370657 --- docs/CREDITS | 1 + uisimulator/sdl/lcd-sdl.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CREDITS b/docs/CREDITS index 269c558c30..d54d548121 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -218,3 +218,4 @@ Rainer Sinsch Plácido Revilla Michael Sevakis Lukas Sabota +Emanuel Zephir diff --git a/uisimulator/sdl/lcd-sdl.c b/uisimulator/sdl/lcd-sdl.c index be10b468cb..981655a32c 100644 --- a/uisimulator/sdl/lcd-sdl.c +++ b/uisimulator/sdl/lcd-sdl.c @@ -75,7 +75,6 @@ void sdl_gui_update(SDL_Surface *surface, int x_start, int y_start, int width, xmax * display_zoom, ymax * display_zoom}; SDL_BlitSurface(surface, &src, gui_surface, &dest); - SDL_UpdateRect(gui_surface, dest.x, dest.y, dest.w, dest.h); SDL_Flip(gui_surface); } -- cgit v1.2.3