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
|
||||
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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue