mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
generic, fix debug menu rendering
This commit is contained in:
parent
946c3b0ef5
commit
db8af214be
2 changed files with 8 additions and 2 deletions
|
@ -1014,6 +1014,10 @@ static void debug_menu_loop(void)
|
|||
while (1)
|
||||
{
|
||||
menu_draw_begin(1, 0);
|
||||
g_screen_ptr = g_menuscreen_ptr;
|
||||
g_screen_width = g_menuscreen_w;
|
||||
g_screen_height = g_menuscreen_h;
|
||||
g_screen_ppitch = g_menuscreen_pp;
|
||||
switch (mode)
|
||||
{
|
||||
case 0: tmp = PDebugMain();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue