-
Notifications
You must be signed in to change notification settings - Fork 21
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
0f0321d
commit a7895b4
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libdragon
updated
17 files
+1 −0 | Dockerfile | |
+4 −0 | include/asset.h | |
+11 −0 | include/rdpq.h | |
+12 −0 | include/rdpq_debug.h | |
+29 −6 | include/rsp_queue.inc | |
+9 −5 | src/asset.c | |
+1 −0 | src/asset_internal.h | |
+6 −0 | src/rdpq/rdpq.c | |
+40 −15 | src/rdpq/rdpq_debug.c | |
+11 −21 | src/rdpq/rdpq_font.c | |
+42 −32 | tools/common/assetcomp.c | |
+4 −1 | tools/common/assetcomp.h | |
+70 −2 | tools/common/utils.h | |
+23 −1 | tools/mkasset/mkasset.c | |
+61 −54 | tools/mksprite/mksprite.c | |
+1 −1 | tools/n64elfcompress/n64elfcompress.c | |
+0 −10 | tools/n64sym.c |