aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 7ac564b..376dea1 100644
--- a/main.cpp
+++ b/main.cpp
@@ -9,5 +9,10 @@ int main()
NDS::Init();
+ for (;;)
+ {
+ NDS::RunFrame();
+ }
+
return 0;
}