mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
add a pitch variable
32x is still broken
This commit is contained in:
parent
88f6038d05
commit
9cdfc191b6
11 changed files with 59 additions and 46 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue