mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-06 07:18:03 -04:00
minor adjustments
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@305 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
426ecc582f
commit
f060b8b912
3 changed files with 14 additions and 2 deletions
|
@ -33,7 +33,7 @@ int sceAudioOutput2GetRestSample();
|
|||
|
||||
char romFileName[PATH_MAX];
|
||||
unsigned char *PicoDraw2FB = (unsigned char *)VRAM_CACHED_STUFF + 8; // +8 to be able to skip border with 1 quadword..
|
||||
int engineState;
|
||||
int engineState = PGS_Menu;
|
||||
|
||||
static int combo_keys = 0, combo_acts = 0; // keys and actions which need button combos
|
||||
static unsigned int noticeMsgTime = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue