mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
vsync bugfix + refactoring
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@738 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
d8afe7b8a7
commit
7b436906b2
5 changed files with 29 additions and 31 deletions
|
@ -32,7 +32,7 @@ extern int g_screen_height;
|
|||
#define EOPT_EN_CD_LEDS (1<<10)
|
||||
#define EOPT_CONFIRM_LOAD (1<<11)
|
||||
#define EOPT_A_SN_GAMMA (1<<12)
|
||||
#define EOPT_PSYNC (1<<13)
|
||||
#define EOPT_VSYNC (1<<13)
|
||||
#define EOPT_GIZ_SCANLN (1<<14)
|
||||
#define EOPT_GIZ_DBLBUF (1<<15)
|
||||
#define EOPT_VSYNC_MODE (1<<16)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue