add a pitch variable

32x is still broken
This commit is contained in:
notaz 2014-04-05 22:08:06 +03:00
parent 88f6038d05
commit 9cdfc191b6
11 changed files with 59 additions and 46 deletions

View file

@ -16,6 +16,7 @@ extern void *g_screen_ptr;
extern int g_screen_width;
extern int g_screen_height;
extern int g_screen_ppitch; // pitch in pixels
#define EOPT_EN_SRAM (1<<0)
#define EOPT_SHOW_FPS (1<<1)