notaz.gp2x.de
/
pcsx_rearmed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
frontend: Fix buffer overrun
[pcsx_rearmed.git]
/
maemo
/
maemo_common.h
1
int maemo_init(int *argc, char ***argv);
2
void maemo_finish();
3
4
extern char file_name[MAXPATHLEN];
5
extern int g_maemo_opts;
6
7
extern inline void key_press_event(int key,int type);
8
9
typedef struct
10
{
11
int sens;
12
int y_def;
13
float maxValue;
14
float xMultiplier;
15
float yMultiplier;
16
} accel_option;
17
18
extern accel_option accelOptions;