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.
- Loading branch information
1 parent
11b0bc3
commit aeefdd4
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libdragon
updated
34 files
+2 −1 | Makefile | |
+2 −2 | boot/Makefile | |
+0 −5 | boot/loader.c | |
+2 −9 | boot/loader.h | |
+0 −5 | boot/loader_compat.c | |
+1 −1 | examples/mixertest/Makefile | |
+34 −0 | include/dlfcn.h | |
+0 −0 | include/newlib_overrides/threads.h | |
+1 −1 | include/rdpq_attach.h | |
+1 −1 | include/rdpq_debug.h | |
+1 −1 | include/rdpq_macros.h | |
+1 −1 | include/rdpq_mode.h | |
+1 −0 | include/rdpq_tex.h | |
+35 −19 | include/rsp_rdpq_tri.inc | |
+1 −1 | n64.mk | |
+21 −16 | src/audio/libopus_rsp.c | |
+38 −11 | src/audio/mixer.c | |
+2 −1 | src/audio/opus/celt_decoder.c | |
+6 −3 | src/audio/rsp_opus_dsp.S | |
+9 −2 | src/audio/wav64.c | |
+20 −25 | src/audio/wav64_opus.c | |
+2 −4 | src/kernel/kernel.c | |
+1 −1 | src/rdpq/rdpq.c | |
+1 −1 | src/rdpq/rdpq_attach.c | |
+1 −1 | src/rdpq/rdpq_debug.c | |
+1 −1 | src/rdpq/rdpq_internal.h | |
+1 −1 | src/rdpq/rdpq_mode.c | |
+1 −1 | src/rdpq/rdpq_rect.c | |
+1 −1 | src/rdpq/rdpq_sprite.c | |
+18 −12 | src/rdpq/rdpq_tex.c | |
+1 −1 | src/rdpq/rdpq_tri.c | |
+3 −0 | src/rdpq/rsp_rdpq.S | |
+7 −22 | tools/audioconv64/conv_wav64.c | |
+4 −10 | tools/audioconv64/conv_xm64.c |