forked from decompals/ultralib
-
Notifications
You must be signed in to change notification settings - Fork 3
New and improved make build system and other cleanups #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
d59fbee
Remove unused C versions of gu functions which will conflict with ASM…
CrashOveride95 df93939
Comment out bugged unused debug code
CrashOveride95 0d2ee3d
C++ fix in ultra64.h
CrashOveride95 3fbecde
New build system
CrashOveride95 21abc18
Fix clang_format
CrashOveride95 12e678c
CI fixes to account for the non-decomp build system
CrashOveride95 8b23ae0
Remove old makefile
CrashOveride95 ab1b2ba
Remove decomp tools
CrashOveride95 dc57a59
Accidentally removed format checker
CrashOveride95 bff0e45
Change VERSION to TARGET
CrashOveride95 72ab4df
Fix install target by removing unused files and bring back ZSort header
CrashOveride95 c1984f1
Merge remote-tracking branch 'origin' into cleaning
CrashOveride95 29a686c
Fix CI typo
CrashOveride95 4d92769
gzsort header removed, I will figure out how to add it in modsdk later
CrashOveride95 ab8d220
just copy the whole PR folder instead and remove install.mk, unnecessary
CrashOveride95 d876e88
SDK installation shall be handled seperately
CrashOveride95 8abcb4c
Remove RMON and a few leftover KMC things
CrashOveride95 164c66b
Remove MODERN_CC, as everyone is gonna be building this on a modern c…
CrashOveride95 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| /* GENERATED FILE, DO NOT EDIT! */ | ||
|
|
||
| /* gtState_t structure offsets for assembly language: */ | ||
| #define GT_STATE_SIZE 88 | ||
| #define GT_STATE_OFF_RENDSTATE 0x00 | ||
| #define GT_STATE_OFF_TEXSTATE 0x04 | ||
| #define GT_STATE_OFF_VTXCOUNT 0x08 | ||
| #define GT_STATE_OFF_VTXV0 0x09 | ||
| #define GT_STATE_OFF_TRICOUNT 0x0a | ||
| #define GT_STATE_OFF_RDPCMDS 0x0c | ||
| #define GT_STATE_OFF_OTHERMODE 0x10 | ||
| #define GT_STATE_OFF_TRANSFORM 0x18 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| #define OS_TASK_SIZE 64 | ||
| #define OS_TASK_OFF_TYPE 0 | ||
| #define OS_TASK_OFF_FLAGS 4 | ||
| #define OS_TASK_OFF_UBOOT 8 | ||
| #define OS_TASK_OFF_UBOOT_SZ 12 | ||
| #define OS_TASK_OFF_UCODE 16 | ||
| #define OS_TASK_OFF_UCODE_SZ 20 | ||
| #define OS_TASK_OFF_UDATA 24 | ||
| #define OS_TASK_OFF_UDATA_SZ 28 | ||
| #define OS_TASK_OFF_STACK 32 | ||
| #define OS_TASK_OFF_STACK_SZ 36 | ||
| #define OS_TASK_OFF_OUTBUFF 40 | ||
| #define OS_TASK_OFF_OUTBUFF_SZ 44 | ||
| #define OS_TASK_OFF_DATA 48 | ||
| #define OS_TASK_OFF_DATA_SZ 52 | ||
| #define OS_TASK_OFF_YIELD 56 | ||
| #define OS_TASK_OFF_YIELD_SZ 60 |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.