From 6eb55adf4807dfac1039401eea697c3c3f0958c2 Mon Sep 17 00:00:00 2001 From: VitorMM Date: Thu, 11 Jul 2024 12:04:55 -0300 Subject: [PATCH] Script used in development should launch the nds file directly --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 77356cb7f7..5137a014b6 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,3 @@ cmake -DCMAKE_BUILD_TYPE=Debug -B build || exit 1 cmake --build build -j$(nproc --all) || exit 1 -./build/melonDS \ No newline at end of file +./build/melonDS "rom/game.nds" \ No newline at end of file