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

@ -75,7 +75,7 @@ void pemu_validate_config(void)
void pemu_loop_prep(void)
{
PicoDrawSetOutFormat(PDF_RGB555, 1);
PicoDrawSetOutBuf(g_screen_ptr, g_screen_width * 2);
PicoDrawSetOutBuf(g_screen_ptr, g_screen_ppitch * 2);
pemu_sound_start();
}