From d1a7bf5eb558e7db4a1a27e15ebedb02e6b7f804 Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Mon, 4 Feb 2013 23:45:44 -0500 Subject: Fully integrate BassAceGold's libraries, finally. The README still states that 1.2 is required to overwrite 0.13's stuff; really, 0.13 is needed only for `gcc`. So the sequence goes 0.13's `gcc` -> 1.2 -> BassAceGold's libraries -> make `libds2a.a`. DMA function names changed to match BassAceGold's. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c7c14db..61b52fe 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,10 @@ Additionally, you will need to add the updated `zlib`, DMA (Direct Memory Access) and filesystem access routines provided by BassAceGold and recompile `libds2a.a`. To do this: -> sudo rm -r /opt/ds2sdk/libsrc/{console,dma,fs,key,zlib,Makefile} /opt/ds2sdk/include -> sudo cp -r sdk-modifications/{libsrc,include} /opt/ds2sdk -> sudo chmod -R 600 /opt/ds2sdk/{libsrc,include} -> sudo chmod -R a+rX /opt/ds2sdk/{libsrc,include} +> sudo rm -r /opt/ds2sdk/libsrc/{console,core,fs,key,zlib,Makefile} +> sudo cp -r sdk-modifications/libsrc /opt/ds2sdk +> sudo chmod -R 600 /opt/ds2sdk/libsrc +> sudo chmod -R a+rX /opt/ds2sdk/libsrc > cd /opt/ds2sdk/libsrc > sudo rm libds2a.a ../lib/libds2a.a > sudo make -- cgit v1.2.3