mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Decompiled alHeapDBAlloc & alCSPSetVol
This commit is contained in:
@@ -5,22 +5,26 @@ OUT := ../ido5.3_recomp
|
||||
CXX := g++
|
||||
GCC := gcc
|
||||
|
||||
DUMMY != echo "Statically recompiling IDO 5.3. This might take a while." >&2 || echo FAIL
|
||||
DUMMY != echo "Statically recompiling IDO 5.3 tools. This might take a while." >&2 || echo FAIL
|
||||
DUMMY != mkdir -p $(OUT) >&2 || echo FAIL
|
||||
|
||||
cc: OPT_CFLAGS := -O2
|
||||
cfe: OPT_CFLAGS := -O2
|
||||
uopt: OPT_CFLAGS := -O2
|
||||
ugen: OPT_CFLAGS := -O2
|
||||
ujoin: OPT_CFLAGS := -O2
|
||||
usplit: OPT_CFLAGS := -O2
|
||||
umerge: OPT_CFLAGS := -O2
|
||||
uld: OPT_CFLAGS := -O2
|
||||
as1: OPT_CFLAGS := -O2
|
||||
acpp: OPT_CFLAGS := -O2
|
||||
|
||||
RECOMP := recomp
|
||||
|
||||
all: cc cfe uopt ugen as1 err.english.cc
|
||||
all: cc cfe uopt ugen as1 ujoin uld usplit umerge err.english.cc
|
||||
|
||||
clean:
|
||||
$(RM) cc* cfe* uopt* ugen* as1* err.english.cc $(RECOMP)
|
||||
$(RM) cc* cfe* uopt* ugen* as1* ujoin* uld* usplit* umerge* err.english.cc $(RECOMP)
|
||||
|
||||
recomp: recomp.cpp
|
||||
g++ recomp.cpp -o $(RECOMP) -g -lcapstone
|
||||
|
||||
@@ -201,7 +201,7 @@ class GenerateLD:
|
||||
self.file.write('\n')
|
||||
|
||||
def append_files(self, files, extensions, directory, outputDir):
|
||||
filenames = FileUtil.get_filenames_from_directory(directory, extensions)
|
||||
filenames = FileUtil.get_filenames_from_directory_recursive(directory, extensions)
|
||||
regex = r'[\/][*]+\s*RAM_POS:\s*0x([0-9a-fA-F]+)\s*[*]+[\/]'
|
||||
for filename in filenames:
|
||||
with open(directory + '/' + filename, 'r') as inFile:
|
||||
|
||||
Reference in New Issue
Block a user