From 2bc5173d453c75b3f79f35bb4ee1eece8befb668 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Mon, 16 Jan 2017 10:28:57 -0500 Subject: puzzles: fix overlay loader (monolithic builds only) Change-Id: I7f27e96036b5d22e946cc72146cd0f5a791deaf7 --- apps/plugins/CATEGORIES | 2 +- apps/plugins/SOURCES | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/plugins') 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 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 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 /* 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) -- cgit v1.2.3