mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -04:00
pandora: move PicoDrawSetOutFormat
This commit is contained in:
parent
8a40739892
commit
92efe29e6a
1 changed files with 1 additions and 2 deletions
|
@ -387,8 +387,6 @@ void emu_video_mode_change(int start_line, int line_count, int start_col, int co
|
|||
vout_fbdev_resize(layer_fb, fb_w, fb_h, 16, fb_left, fb_right, fb_top, fb_bottom, 4, 0);
|
||||
vout_fbdev_clear(layer_fb);
|
||||
plat_video_flip();
|
||||
|
||||
PicoDrawSetOutFormat(PDF_RGB555, 0);
|
||||
}
|
||||
|
||||
void plat_video_loop_prepare(void)
|
||||
|
@ -397,6 +395,7 @@ void plat_video_loop_prepare(void)
|
|||
memset(g_menuscreen_ptr, 0, g_menuscreen_w * g_menuscreen_h * 2);
|
||||
g_menuscreen_ptr = vout_fbdev_flip(main_fb);
|
||||
|
||||
PicoDrawSetOutFormat(PDF_RGB555, 0);
|
||||
// emu_video_mode_change will call pnd_setup_layer()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue