diff options
Diffstat (limited to 'apps/plugins/goban.c')
-rw-r--r-- | apps/plugins/goban.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/plugins/goban.c b/apps/plugins/goban.c index 1a121202c6..5ad7b37327 100644 --- a/apps/plugins/goban.c +++ b/apps/plugins/goban.c | |||
@@ -20,14 +20,9 @@ | |||
20 | ****************************************************************************/ | 20 | ****************************************************************************/ |
21 | #include "plugin.h" | 21 | #include "plugin.h" |
22 | 22 | ||
23 | #if PLUGIN_BUFFER_SIZE < 0x10000 && (CONFIG_PLATFORM & PLATFORM_NATIVE) | ||
24 | |||
25 | #include "lib/overlay.h" | 23 | #include "lib/overlay.h" |
26 | 24 | ||
27 | |||
28 | |||
29 | enum plugin_status plugin_start(const void* parameter) | 25 | enum plugin_status plugin_start(const void* parameter) |
30 | { | 26 | { |
31 | return run_overlay(parameter, PLUGIN_GAMES_DIR "/goban.ovl", "Goban"); | 27 | return run_overlay(parameter, PLUGIN_GAMES_DIR "/goban.ovl", "Goban"); |
32 | } | 28 | } |
33 | #endif | ||