diff options
author | Treeki <treeki@gmail.com> | 2012-03-27 21:38:52 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-03-27 21:38:52 +0200 |
commit | 5e8e92cd8f403cbfebc4469a1aee252212e42045 (patch) | |
tree | 316022f62e20bbb066550ab541dfb7290d8ca6e5 /makeNewerKPAll | |
parent | e12b1713576544fdda756a3ca8831642562ea921 (diff) | |
download | kamek-5e8e92cd8f403cbfebc4469a1aee252212e42045.tar.gz kamek-5e8e92cd8f403cbfebc4469a1aee252212e42045.zip |
Kamek/Newer now support dynamic linking
Diffstat (limited to '')
-rwxr-xr-x | makeNewerKPAll | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/makeNewerKPAll b/makeNewerKPAll index 065735f..7d10af6 100755 --- a/makeNewerKPAll +++ b/makeNewerKPAll @@ -8,7 +8,13 @@ else fi cp NewerASM/pal_loader.bin ~/Games/Newer/DolphinPatch/NewerRes/SystemEU_1.bin +cp NewerASM/pal_dlcode.bin ~/Games/Newer/DolphinPatch/NewerRes/DLCodeEU_1.bin +cp NewerASM/pal_dlrelocs.bin ~/Games/Newer/DolphinPatch/NewerRes/DLRelocsEU_1.bin cp NewerASM/ntsc_loader.bin ~/Games/Newer/DolphinPatch/NewerRes/SystemUS_1.bin +cp NewerASM/ntsc_dlcode.bin ~/Games/Newer/DolphinPatch/NewerRes/DLCodeUS_1.bin +cp NewerASM/ntsc_dlrelocs.bin ~/Games/Newer/DolphinPatch/NewerRes/DLRelocsUS_1.bin cp NewerASM/ntsc2_loader.bin ~/Games/Newer/DolphinPatch/NewerRes/SystemUS_2.bin +cp NewerASM/ntsc2_dlcode.bin ~/Games/Newer/DolphinPatch/NewerRes/DLCodeUS_2.bin +cp NewerASM/ntsc2_dlrelocs.bin ~/Games/Newer/DolphinPatch/NewerRes/DLRelocsUS_2.bin echo Built all! |