mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 23:37:46 -04:00
add support for doublesized menu fonts
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@645 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
e2de9939cd
commit
c6c6c9cde2
10 changed files with 150 additions and 102 deletions
|
@ -150,7 +150,7 @@ static void wait_busy_940(int job)
|
|||
gp2x_memregs[0x3b46>>1], gp2x_memregl[0x4500>>2], gp2x_memregl[0x4510>>2]);
|
||||
printf("last lr: %08x, lastjob: %i\n", shared_ctl->last_lr, shared_ctl->lastjob);
|
||||
|
||||
strcpy(menuErrorMsg, "940 crashed, too much overclock?");
|
||||
me_update_msg("940 crashed, too much overclock?");
|
||||
engineState = PGS_Menu;
|
||||
crashed_940 = 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue