Skip to content

Commit

Permalink
Version 5.0a with new gold/black menu buttons to match the classic In…
Browse files Browse the repository at this point in the history
…tellivision styling.
  • Loading branch information
wavemotion-dave committed Mar 8, 2024
1 parent 4824420 commit 59f2785
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Binary file modified NINTV-DS.nds
Binary file not shown.
11 changes: 7 additions & 4 deletions arm9/source/nintv-ds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 59f2785

Please sign in to comment.