mirror of
https://github.com/pmret/papermario.git
synced 2024-11-09 12:32:38 +01:00
Faster Yay0 decompression
This commit is contained in:
parent
174c920323
commit
1911d1ba99
@ -1,9 +1,11 @@
|
||||
default: all
|
||||
|
||||
all: Yay0compress
|
||||
make -C n64splat
|
||||
|
||||
Yay0compress:
|
||||
gcc Yay0compress.c -O3 -o Yay0compress
|
||||
|
||||
clean:
|
||||
rm -f Yay0compress
|
||||
make clean -C n64splat
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit a660fdb6b00eaad065bde69cb7b4243143ddcf05
|
||||
Subproject commit 17406ad52ba7dbce0129a928c6124673a875e851
|
Loading…
Reference in New Issue
Block a user