mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -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
|
@ -208,6 +208,7 @@ void plat_init(void)
|
|||
|
||||
g_menuscreen_w = 320;
|
||||
g_menuscreen_h = 240;
|
||||
g_menuscreen_pp = g_menuscreen_w;
|
||||
gp2x_memset_all_buffers(0, 0, 320*240*2);
|
||||
|
||||
gp2x_make_fb_bufferable(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue