Skip to content

Commit

Permalink
Update bootloader submodule
Browse files Browse the repository at this point in the history
Clears GFX_STATUS register, which otherwise would cause undefined
behaviour on some homebrew apps.
  • Loading branch information
lifehackerhansol committed Nov 24, 2023
1 parent 7ccf2a5 commit db92247
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[submodule "bootloader"]
path = bootloader
url = https://github.com/lifehackerhansol/blocksds-bootloader
branch = blocksds-nodsi
[submodule "DLDI"]
path = DLDI
url = https://github.com/DS-Homebrew/DLDI
Expand Down
2 changes: 1 addition & 1 deletion bootloader
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
clang -o resource/dsbize/dsbize resource/dsbize/dsbize.c
clang++ -o resource/r4denc/r4denc resource/r4denc/r4denc.cpp
mkdir -p data
make -C bootloader LOADBIN=$PWD/data/load.bin
make -C bootloader LOADBIN=$PWD/data/load.bin NO_SDMMC=1
make dist

0 comments on commit db92247

Please sign in to comment.