summaryrefslogtreecommitdiff
path: root/input.h
diff options
context:
space:
mode:
authornotaz2011-09-04 19:51:03 +0300
committernotaz2011-09-04 20:19:13 +0300
commit43c24b301dc8c0c5952e1d22bad865f4304d01f8 (patch)
tree3f34d652835f957fcd8105c29c8e61c1372fe744 /input.h
parent2455b6a30e7d58cddfa7f196c4553e008996d46a (diff)
downloadpicogpsp-43c24b301dc8c0c5952e1d22bad865f4304d01f8.tar.gz
picogpsp-43c24b301dc8c0c5952e1d22bad865f4304d01f8.tar.bz2
picogpsp-43c24b301dc8c0c5952e1d22bad865f4304d01f8.zip
refactor GP2X stuff for pandora reuse
Diffstat (limited to 'input.h')
-rw-r--r--input.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/input.h b/input.h
index 1d0bd74..c5636bf 100644
--- a/input.h
+++ b/input.h
@@ -82,13 +82,9 @@ gui_action_type get_gui_input_fs_hold(u32 button_id);
void input_write_mem_savestate(file_tag_type savestate_file);
void input_read_savestate(file_tag_type savestate_file);
-extern u32 gamepad_config_map[16];
+extern u32 gamepad_config_map[];
extern u32 global_enable_analog;
extern u32 analog_sensitivity_level;
-#if defined(GP2X_BUILD)
-u32 gpsp_gp2x_joystick_read(void);
-#endif
-
#endif