summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/puzzles/SOURCES.games2
-rw-r--r--apps/plugins/puzzles/rockbox.c6
2 files changed, 5 insertions, 3 deletions
diff --git a/apps/plugins/puzzles/SOURCES.games b/apps/plugins/puzzles/SOURCES.games
index 5f8c58b477..c46a541145 100644
--- a/apps/plugins/puzzles/SOURCES.games
+++ b/apps/plugins/puzzles/SOURCES.games
@@ -1,3 +1,5 @@
1/* commented-out games cannot be played due to controls and/or bugs */
2
1src/blackbox.c 3src/blackbox.c
2src/bridges.c 4src/bridges.c
3src/cube.c 5src/cube.c
diff --git a/apps/plugins/puzzles/rockbox.c b/apps/plugins/puzzles/rockbox.c
index 94482cec69..1f3b307f25 100644
--- a/apps/plugins/puzzles/rockbox.c
+++ b/apps/plugins/puzzles/rockbox.c
@@ -1099,7 +1099,7 @@ static void quick_help(void)
1099 } 1099 }
1100} 1100}
1101 1101
1102#ifdef SANSA_C200V2 1102#if PLUGIN_BUFFER_SIZE <= 0x14000
1103/* no full help available due to memory constraints, so we provide a 1103/* no full help available due to memory constraints, so we provide a
1104 * dummy function here */ 1104 * dummy function here */
1105void full_help(const char *str) 1105void full_help(const char *str)
@@ -1223,7 +1223,7 @@ static int pausemenu_cb(int action, const struct menu_item_ex *this_item)
1223 return ACTION_EXIT_MENUITEM; 1223 return ACTION_EXIT_MENUITEM;
1224 break; 1224 break;
1225 case 7: 1225 case 7:
1226#ifdef SANSA_C200V2 1226#if PLUGIN_BUFFER_SIZE <= 0x14000
1227 return ACTION_EXIT_MENUITEM; 1227 return ACTION_EXIT_MENUITEM;
1228#else 1228#else
1229 break; 1229 break;
@@ -1819,7 +1819,7 @@ static int mainmenu_cb(int action, const struct menu_item_ex *this_item)
1819 return ACTION_EXIT_MENUITEM; 1819 return ACTION_EXIT_MENUITEM;
1820 break; 1820 break;
1821 case 3: 1821 case 3:
1822#ifdef SANSA_C200V2 1822#if PLUGIN_BUFFER_SIZE <= 0x14000
1823 return ACTION_EXIT_MENUITEM; 1823 return ACTION_EXIT_MENUITEM;
1824#else 1824#else
1825 break; 1825 break;