mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
puzzles: fix overlay loader (monolithic builds only)
Change-Id: I7f27e96036b5d22e946cc72146cd0f5a791deaf7
This commit is contained in:
parent
fb2da13cd2
commit
2bc5173d45
2 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,6 @@ gif,viewers
|
||||||
pong,games
|
pong,games
|
||||||
ppm,viewers
|
ppm,viewers
|
||||||
properties,viewers
|
properties,viewers
|
||||||
puzzles,games
|
|
||||||
random_folder_advance_config,apps
|
random_folder_advance_config,apps
|
||||||
remote_control,apps
|
remote_control,apps
|
||||||
resistor,apps
|
resistor,apps
|
||||||
|
@ -117,6 +116,7 @@ sgt-palisade,games
|
||||||
sgt-pattern,games
|
sgt-pattern,games
|
||||||
sgt-pearl,games
|
sgt-pearl,games
|
||||||
sgt-pegs,games
|
sgt-pegs,games
|
||||||
|
sgt-puzzles,games
|
||||||
sgt-range,games
|
sgt-range,games
|
||||||
sgt-rect,games
|
sgt-rect,games
|
||||||
sgt-samegame,games
|
sgt-samegame,games
|
||||||
|
|
|
@ -75,6 +75,7 @@ iriverify.c
|
||||||
/* Overlays loaders */
|
/* Overlays loaders */
|
||||||
|
|
||||||
/* use this if you want a monolithic 'puzzles' */
|
/* use this if you want a monolithic 'puzzles' */
|
||||||
|
/* remember to set PUZZLES_COMBINED in puzzles.make! */
|
||||||
/*sgt-puzzles.c*/
|
/*sgt-puzzles.c*/
|
||||||
|
|
||||||
#if PLUGIN_BUFFER_SIZE <= 0x20000 && defined(HAVE_LCD_BITMAP)
|
#if PLUGIN_BUFFER_SIZE <= 0x20000 && defined(HAVE_LCD_BITMAP)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue