-
Notifications
You must be signed in to change notification settings - Fork 130
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
Use c shape files #1151
base: main
Are you sure you want to change the base?
Use c shape files #1151
Conversation
this PR adds over 2 minutes to the total build time, so I'd really prefer keeping this an option still |
or I guess it's less bad if ccache works |
Let's only merge this once ccache support is fixed then |
@z64a will this work with star rod? I'm thinking we just bring it to dx until ccache is fixed in pmret |
I can make it work. Let me get that merged into Star Rod first though. |
@@ -49,15 +52,13 @@ def unpack_color(data): | |||
return palette | |||
|
|||
|
|||
def add_file_ext(name: str, linker: bool = False) -> str: | |||
def add_file_ext(name: str) -> str: | |||
if name.startswith("party_"): | |||
return "party/" + name + ".png" | |||
elif name.endswith("_hit"): | |||
return "geom/" + name + ".bin" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
todo?
Fully integrates @HailSanta's shape to C file script in configure.
Removes the
--c-maps
configure flag.Backwards compatible.