mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
Cyclone poll detection problem fixed
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@307 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
677b5dd814
commit
6245d5a03d
7 changed files with 25 additions and 13 deletions
|
@ -43,7 +43,7 @@ char romFileName[PATH_MAX];
|
|||
|
||||
extern int crashed_940;
|
||||
|
||||
static short sndBuffer[2*44100/50];
|
||||
static short __attribute__((aligned(4))) sndBuffer[2*44100/50];
|
||||
static struct timeval noticeMsgTime = { 0, 0 }; // when started showing
|
||||
static int osd_fps_x;
|
||||
static int combo_keys = 0, combo_acts = 0; // keys and actions which need button combos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue