aboutsummaryrefslogtreecommitdiff
path: root/maemo/maemo_common.h
diff options
context:
space:
mode:
authornotaz2011-10-29 19:28:30 +0300
committernotaz2011-10-30 23:48:09 +0200
commitd64280d6f8f3064fffd834f374900f0bfb735ac7 (patch)
tree458d8d29c80958b43b115c50e666b1e84dd0392d /maemo/maemo_common.h
parentbbd471aff0d4a499872d7ab9ef8ff0f7e9db8b60 (diff)
downloadpcsx_rearmed-d64280d6f8f3064fffd834f374900f0bfb735ac7.tar.gz
pcsx_rearmed-d64280d6f8f3064fffd834f374900f0bfb735ac7.tar.bz2
pcsx_rearmed-d64280d6f8f3064fffd834f374900f0bfb735ac7.zip
fix a few maemo issues
g_opts clash, file_name, maemo_init and in_keystate
Diffstat (limited to 'maemo/maemo_common.h')
-rw-r--r--maemo/maemo_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/maemo/maemo_common.h b/maemo/maemo_common.h
new file mode 100644
index 0000000..757b6f6
--- /dev/null
+++ b/maemo/maemo_common.h
@@ -0,0 +1,4 @@
+void maemo_init(int *argc, char ***argv);
+
+extern char file_name[MAXPATHLEN];
+extern int g_maemo_opts;