From 2190722ac1f0732cf35e7b63572afa698a47789d Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 13 Jul 2017 20:38:04 -0400 Subject: Organized code more Now the link-specific stuff is abstracted into its own file, and the code for negotiating the "different" multiboot protocol is in its own file. Also, removed support for compiling for GC because eventually we will be using Wii-only features. Also put the main extractor code into a thread so that we can monitor for the user pressing the start button to exit. --- build.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index b521d27..cae6808 100755 --- a/build.sh +++ b/build.sh @@ -5,7 +5,5 @@ make cd .. mkdir data mv -f gba/gba_pkjb.gba data/gba_mb.gba -make -f Makefile.gc clean -make -f Makefile.gc make -f Makefile.wii clean make -f Makefile.wii -- cgit 1.4.1