diff options
Diffstat (limited to 'apps/plugins')
| -rwxr-xr-x | apps/plugins/test_fps.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/test_fps.c b/apps/plugins/test_fps.c index 24dbcf8..e21592c 100755 --- a/apps/plugins/test_fps.c +++ b/apps/plugins/test_fps.c @@ -23,7 +23,11 @@ #if (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_3G_PAD) #define FPS_QUIT BUTTON_MENU #else +#ifdef BUTTON_OFF #define FPS_QUIT BUTTON_OFF +#else +#define FPS_QUIT BUTTON_POWER +#endif #endif PLUGIN_HEADER |