From 030d1121f27550429364745419fc5e6161a2a431 Mon Sep 17 00:00:00 2001 From: negativeExponent Date: Sat, 17 Aug 2019 09:31:06 +0800 Subject: Backport GPU Unai plugin from PCSX4ALL - backports gpu unai plugin from PCSX4ALL - sync necessary files with notaz/master to allow building standalone app --- maemo/maemo_common.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 maemo/maemo_common.h (limited to 'maemo/maemo_common.h') diff --git a/maemo/maemo_common.h b/maemo/maemo_common.h new file mode 100644 index 0000000..ace0bfd --- /dev/null +++ b/maemo/maemo_common.h @@ -0,0 +1,18 @@ +int maemo_init(int *argc, char ***argv); +void maemo_finish(); + +extern char file_name[MAXPATHLEN]; +extern int g_maemo_opts; + +extern inline void key_press_event(int key,int type); + +typedef struct +{ + int sens; + int y_def; + float maxValue; + float xMultiplier; + float yMultiplier; +} accel_option; + +extern accel_option accelOptions; -- cgit v1.2.3