Skip to content

Commit

Permalink
Fix some sound issues
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Oct 28, 2018
1 parent 765a33d commit 4f3bfad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arm7/source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ int main(void) {

swiIntrWait(0, IRQ_FIFO_NOT_EMPTY);

SCFGFifoCheck();
//SCFGFifoCheck();

fifoSendValue32(FIFO_USER_05, 1);

Expand Down
2 changes: 1 addition & 1 deletion bootloader/source/arm7/main.arm7.c
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ int arm7_main(void) {

my_readUserSettings(ndsHeader); // Header has to be loaded first

if (!dsiModeConfirmed) {
if (!dsiModeConfirmed && soundFix) {
NTR_BIOS();
}

Expand Down

0 comments on commit 4f3bfad

Please sign in to comment.