mirror of
https://github.com/wavemotion-dave/NINTV-DS.git
synced 2025-06-18 13:55:33 -04:00
Version 5.0a with new gold/black menu buttons to match the classic Intellivision styling.
This commit is contained in:
parent
4824420437
commit
59f2785f41
BIN
NINTV-DS.nds
BIN
NINTV-DS.nds
Binary file not shown.
@ -609,12 +609,15 @@ void ds_handle_meta(int meta_key)
|
||||
|
||||
case OVL_META_MENU:
|
||||
audioRampDown();
|
||||
ds_handle_meta(menu_entry());
|
||||
if (currentRip != NULL)
|
||||
if (currentRip != NULL)
|
||||
{
|
||||
dsShowScreenMain(false, false);
|
||||
ds_handle_meta(menu_entry());
|
||||
if (currentRip != NULL)
|
||||
{
|
||||
dsShowScreenMain(false, false);
|
||||
}
|
||||
WAITVBL;WAITVBL;WAITVBL;WAITVBL;WAITVBL;WAITVBL;
|
||||
}
|
||||
WAITVBL;WAITVBL;WAITVBL;WAITVBL;WAITVBL;WAITVBL;
|
||||
bStartSoundFifo = true;
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user