1
0
Fork 0
forked from len0rd/rockbox

puzzles: fix overlay loader (monolithic builds only)

Change-Id: I7f27e96036b5d22e946cc72146cd0f5a791deaf7
This commit is contained in:
Franklin Wei 2017-01-16 10:28:57 -05:00 committed by Gerrit Rockbox
parent fb2da13cd2
commit 2bc5173d45
2 changed files with 2 additions and 1 deletions

View file

@ -78,7 +78,6 @@ gif,viewers
pong,games
ppm,viewers
properties,viewers
puzzles,games
random_folder_advance_config,apps
remote_control,apps
resistor,apps
@ -117,6 +116,7 @@ sgt-palisade,games
sgt-pattern,games
sgt-pearl,games
sgt-pegs,games
sgt-puzzles,games
sgt-range,games
sgt-rect,games
sgt-samegame,games

View file

@ -75,6 +75,7 @@ iriverify.c
/* Overlays loaders */
/* use this if you want a monolithic 'puzzles' */
/* remember to set PUZZLES_COMBINED in puzzles.make! */
/*sgt-puzzles.c*/
#if PLUGIN_BUFFER_SIZE <= 0x20000 && defined(HAVE_LCD_BITMAP)