summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/CATEGORIES2
-rw-r--r--apps/plugins/SOURCES1
2 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/CATEGORIES b/apps/plugins/CATEGORIES
index 98920195f9..3fa17432f0 100644
--- a/apps/plugins/CATEGORIES
+++ b/apps/plugins/CATEGORIES
@@ -78,7 +78,6 @@ gif,viewers
78pong,games 78pong,games
79ppm,viewers 79ppm,viewers
80properties,viewers 80properties,viewers
81puzzles,games
82random_folder_advance_config,apps 81random_folder_advance_config,apps
83remote_control,apps 82remote_control,apps
84resistor,apps 83resistor,apps
@@ -117,6 +116,7 @@ sgt-palisade,games
117sgt-pattern,games 116sgt-pattern,games
118sgt-pearl,games 117sgt-pearl,games
119sgt-pegs,games 118sgt-pegs,games
119sgt-puzzles,games
120sgt-range,games 120sgt-range,games
121sgt-rect,games 121sgt-rect,games
122sgt-samegame,games 122sgt-samegame,games
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 98e727dbd4..a4e372fba9 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -75,6 +75,7 @@ iriverify.c
75/* Overlays loaders */ 75/* Overlays loaders */
76 76
77/* use this if you want a monolithic 'puzzles' */ 77/* use this if you want a monolithic 'puzzles' */
78/* remember to set PUZZLES_COMBINED in puzzles.make! */
78/*sgt-puzzles.c*/ 79/*sgt-puzzles.c*/
79 80
80#if PLUGIN_BUFFER_SIZE <= 0x20000 && defined(HAVE_LCD_BITMAP) 81#if PLUGIN_BUFFER_SIZE <= 0x20000 && defined(HAVE_LCD_BITMAP)