mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
menu: generalize credits code to show any message
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@921 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
13b1eeae72
commit
40a39dd7fd
3 changed files with 5 additions and 7 deletions
|
@ -875,7 +875,7 @@ static int main_menu_handler(int id, int keys)
|
|||
}
|
||||
break;
|
||||
case MA_MAIN_CREDITS:
|
||||
draw_menu_credits();
|
||||
draw_menu_message(, NULL);
|
||||
in_menu_wait(PBTN_MOK|PBTN_MBACK, 70);
|
||||
break;
|
||||
case MA_MAIN_EXIT:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue