diff --git a/build.sh b/build.sh index 77356cb7f..5137a014b 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