Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Apr 23, 2024
1 parent 5297e02 commit 79b9ffa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion universal/arm9/source/my_gurumeditation.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

#include <nds/ndstypes.h>
#include <nds/memory.h>
#include <nds/bios.h>

#include <nds/arm9/video.h>
#include <nds/arm9/console.h>
Expand Down Expand Up @@ -274,7 +275,7 @@ void myGuruMeditationDump() {
static void myHandler() {
//---------------------------------------------------------------------------------
myGuruMeditationDump();
while(1);
while(1) swiDelay(100);
}

//---------------------------------------------------------------------------------
Expand Down

0 comments on commit 79b9ffa

Please sign in to comment.