Skip to content

Commit

Permalink
Script used in development should launch the nds file directly
Browse files Browse the repository at this point in the history
  • Loading branch information
vitor251093 committed Jul 11, 2024
1 parent ffcf924 commit 6eb55ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cmake -DCMAKE_BUILD_TYPE=Debug -B build || exit 1
cmake --build build -j$(nproc --all) || exit 1
./build/melonDS
./build/melonDS "rom/game.nds"

0 comments on commit 6eb55ad

Please sign in to comment.