From a814584c87fef79038f6b0f311cfc70fb51d1b95 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sat, 11 Mar 2006 15:44:35 +0000 Subject: pacbox - a Pacman arcade machine emulator. Currently working for all colour targets and the iriver H1x0. Requires the Pacman arcade machine ROMs in /.rockbox/pacman/ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9001 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index e7758df..7aa30c9 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -410,6 +410,14 @@ static const struct plugin_api rockbox_api = { /* new stuff at the end, sort into place next time the API gets incompatible */ + +#if CONFIG_KEYPAD == IRIVER_H300_PAD || CONFIG_KEYPAD == IPOD_4G_PAD + /* NOTE: This is already in the plugin api for the H100 - but we put it + at the end for other targets to keep the plugin api compatible */ + button_hold, +#endif + /* options */ + set_option, }; int plugin_load(const char* plugin, void* parameter) -- cgit v1.1