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.bat | 2 -- 1 file changed, 2 deletions(-) (limited to 'build.bat') diff --git a/build.bat b/build.bat index 17c2889..e2ad539 100644 --- a/build.bat +++ b/build.bat @@ -5,8 +5,6 @@ make cd .. @md 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 pause -- cgit 1.4.1