mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix FS#11881. Patch by Thomas Jarosch
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29098 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2da0f9bcfd
commit
5230362515
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ void sdl_update_rect(SDL_Surface *surface, int x_start, int y_start, int width,
|
|||
{
|
||||
SDL_Rect dest;
|
||||
#if LCD_DEPTH >= 8 && (LCD_PIXELFORMAT == RGB565) \
|
||||
&& !defined(LCD_STRIDEFORMAT) && !defined(HAVE_LCD_SPLIT)
|
||||
&& !defined(LCD_STRIDEFORMAT) && !defined(HAVE_LCD_SPLIT) \
|
||||
&& !defined(HAVE_REMOTE_LCD)
|
||||
SDL_Rect src;
|
||||
(void)max_x;
|
||||
(void)max_y;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue