mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-15 20:35:13 +00:00
misc
This commit is contained in:
parent
b1fc3f2495
commit
9e92c36fae
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
CFLAGS := -Wall
|
||||
CFLAGS := -Wall -O2
|
||||
|
||||
bin2c: bin2c.c
|
||||
$(CC) $(CFLAGS) -o $@ $<
|
||||
|
|
|
@ -40,6 +40,7 @@ class CutsceneResource(Resource, can_size_be_unknown=True):
|
|||
|
||||
def write_extracted(self, memory_context):
|
||||
with self.extract_to_path.open("w") as f:
|
||||
# TODO move include at the top of the file
|
||||
f.write('#include "z64cutscene_commands.h"\n')
|
||||
if not self.braces_in_source:
|
||||
f.write("{\n")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue