diff options
author | Max Horn | 2008-09-14 22:24:35 +0000 |
---|---|---|
committer | Max Horn | 2008-09-14 22:24:35 +0000 |
commit | fbfe30bf861af9b83325e0c7fecd4b0a68da5af9 (patch) | |
tree | 3c52afb8357cc56b2215d518d9a9cbb2de5cc578 /backends/platform/ds/arm9/source | |
parent | a7076b1f89175b9092ef3962cfe8f4b10ee5b633 (diff) | |
download | scummvm-rg350-fbfe30bf861af9b83325e0c7fecd4b0a68da5af9.tar.gz scummvm-rg350-fbfe30bf861af9b83325e0c7fecd4b0a68da5af9.tar.bz2 scummvm-rg350-fbfe30bf861af9b83325e0c7fecd4b0a68da5af9.zip |
DS: Removed legacy GCC 2.x build code (NDS/DevKitPro uses GCC 3 or newer anyway); thinned down INCLUDES some more; added a FIXME to the elf->bin rule
svn-id: r34548
Diffstat (limited to 'backends/platform/ds/arm9/source')
-rw-r--r-- | backends/platform/ds/arm9/source/dsmain.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/backends/platform/ds/arm9/source/dsmain.cpp b/backends/platform/ds/arm9/source/dsmain.cpp index f4706807f7..ce22ac8e71 100644 --- a/backends/platform/ds/arm9/source/dsmain.cpp +++ b/backends/platform/ds/arm9/source/dsmain.cpp @@ -65,6 +65,7 @@ //#define USE_LIBCARTRESET #include <nds.h> +#include <nds/registers_alt.h> //#include <ARM9/console.h> //basic print funcionality @@ -75,13 +76,11 @@ #include "icons_raw.h" #include "fat/gba_nds_fat.h" #include "fat/disc_io.h" -#include "common/config-manager.h" -#include "engines/scumm/scumm.h" +//#include "common/config-manager.h" #include "keyboard_raw.h" #include "keyboard_pal_raw.h" #define V16(a, b) ((a << 12) | b) #include "touchkeyboard.h" -#include "registers_alt.h" //#include "compact_flash.h" #include "dsoptions.h" #ifdef USE_DEBUGGER |