forked from Polprzewodnikowy/N64FlashcartMenu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into improve-boxart-load
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule libdragon
updated
26 files
+7 −1 | boot/README.md | |
+ − | boot/bin/ipl3_compat.z64 | |
+ − | boot/bin/ipl3_dev.z64 | |
+ − | boot/bin/ipl3_prod.z64 | |
+4 −0 | boot/debug.c | |
+31 −16 | boot/ipl3.c | |
+1 −1 | boot/ipl3_compat.ld | |
+1 −1 | boot/ipl3_prod.ld | |
+2 −2 | boot/loader.c | |
+ − | examples/fontgallery/assets/Liver.ttf | |
+14 −1 | include/rdpq_attach.h | |
+27 −0 | include/rdpq_macros.h | |
+2 −2 | src/GL/gl.c | |
+9 −4 | src/debug.c | |
+0 −0 | src/debug_sdfs_64drive.c | |
+18 −18 | src/display.c | |
+7 −0 | src/entrypoint.S | |
+15 −4 | src/exception.c | |
+15 −6 | src/inspector.c | |
+34 −10 | src/joypad.c | |
+125 −0 | src/n64sys.c | |
+14 −0 | src/rdpq/rdpq.c | |
+2 −2 | src/rdpq/rdpq_attach.c | |
+1 −1 | src/rdpq/rsp_rdpq.S | |
+2 −2 | tests/test_rdpq_attach.c | |
+249 −248 | tools/ipl3.h |
Submodule miniz
updated
26 files
+1 −0 | .clang-format | |
+1 −1 | .github/workflows/c-cpp.yml | |
+77 −77 | examples/example1.c | |
+124 −124 | examples/example2.c | |
+214 −214 | examples/example3.c | |
+85 −85 | examples/example4.c | |
+262 −262 | examples/example5.c | |
+135 −112 | examples/example6.c | |
+455 −456 | miniz.c | |
+183 −182 | miniz.h | |
+9 −8 | miniz_common.h | |
+1,123 −1,127 | miniz_tdef.c | |
+163 −158 | miniz_tdef.h | |
+500 −499 | miniz_tinfl.c | |
+92 −90 | miniz_tinfl.h | |
+3,629 −3,571 | miniz_zip.c | |
+341 −337 | miniz_zip.h | |
+5 −4 | tests/checksum_fuzzer.c | |
+8 −5 | tests/compress_fuzzer.c | |
+10 −9 | tests/flush_fuzzer.c | |
+8 −7 | tests/fuzz_main.c | |
+14 −11 | tests/large_fuzzer.c | |
+10 −8 | tests/small_fuzzer.c | |
+5 −4 | tests/uncompress2_fuzzer.c | |
+2 −2 | tests/uncompress_fuzzer.c | |
+14 −8 | tests/zip_fuzzer.c |