Skip to content

Commit

Permalink
Change default DLDI to R4
Browse files Browse the repository at this point in the history
Works better with DeSmuME.
  • Loading branch information
rhaleblian committed Nov 10, 2024
1 parent 312032d commit 8db7cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@ dldi-cycloevo: $(OUTPUT).nds
dldi-r4: $(OUTPUT).nds
dlditool etc/dldi/r4tf_v2.dldi dslibris.nds

run: dldi-mpcf
run: dldi-r4
desmume --cflash-path test dslibris.nds

debug: dldi-mpcf
debug: dldi-r4
desmume --arm9gdb=9000 --cflash-path test dslibris.nds

upload:
Expand Down

0 comments on commit 8db7cfd

Please sign in to comment.