diff options
| author | Max Horn | 2010-07-01 23:12:28 +0000 | 
|---|---|---|
| committer | Max Horn | 2010-07-01 23:12:28 +0000 | 
| commit | 762ff57e0dd906e7a256c1d832c67f345faf8883 (patch) | |
| tree | 9f77a7f901c2244d707546c918235b4e3da05a0d /backends | |
| parent | ac351c175f7201e49f175e80105bdc704a9ea02f (diff) | |
| download | scummvm-rg350-762ff57e0dd906e7a256c1d832c67f345faf8883.tar.gz scummvm-rg350-762ff57e0dd906e7a256c1d832c67f345faf8883.tar.bz2 scummvm-rg350-762ff57e0dd906e7a256c1d832c67f345faf8883.zip  | |
NDS: Some tweaks for compiling via std build system
svn-id: r50582
Diffstat (limited to 'backends')
| -rw-r--r-- | backends/platform/ds/arm9/source/portdefs.h | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/backends/platform/ds/arm9/source/portdefs.h b/backends/platform/ds/arm9/source/portdefs.h index 5472b711b8..2590758c86 100644 --- a/backends/platform/ds/arm9/source/portdefs.h +++ b/backends/platform/ds/arm9/source/portdefs.h @@ -52,10 +52,17 @@ typedef signed int s32;  #define CT_NO_TRANSPARENCY +#ifndef DISABLE_TEXT_CONSOLE  #define DISABLE_TEXT_CONSOLE +#endif + +#ifndef DISABLE_COMMAND_LINE  #define DISABLE_COMMAND_LINE +#endif +#ifndef DISABLE_COMMAND_LINE  #define STREAM_AUDIO_FROM_DISK +#endif  //#undef assert  //#define assert(expr) consolePrintf("Asserted!")  | 
