mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-24 03:29:22 +01:00
This commit is contained in:
parent
05fb798140
commit
6dd91ff69c
@ -52,8 +52,9 @@
|
||||
|
||||
extern FreeTypeGX *fontSystem[];
|
||||
|
||||
#define SCROLL_INITIAL_DELAY 200000
|
||||
#define SCROLL_LOOP_DELAY 30000
|
||||
#define SCROLL_DELAY_INITIAL 200000
|
||||
#define SCROLL_DELAY_LOOP 30000
|
||||
#define SCROLL_DELAY_DECREASE 300
|
||||
#define FILE_PAGESIZE 10
|
||||
#define PAGESIZE 8
|
||||
#define SAVELISTSIZE 6
|
||||
|
Loading…
Reference in New Issue
Block a user