diff options
author | Thomas Edvalson | 2016-04-06 02:12:02 -0400 |
---|---|---|
committer | Thomas Edvalson | 2016-04-06 02:12:02 -0400 |
commit | e2b9572a83badb7084f5b54e1a7e108af8e327f6 (patch) | |
tree | da3df5dcf26a03635b5a74ac18ab18ecb7c7fe98 /common | |
parent | f6c3363cf54af1c01efc12a98ab27a8af52aad3e (diff) | |
download | scummvm-rg350-e2b9572a83badb7084f5b54e1a7e108af8e327f6.tar.gz scummvm-rg350-e2b9572a83badb7084f5b54e1a7e108af8e327f6.tar.bz2 scummvm-rg350-e2b9572a83badb7084f5b54e1a7e108af8e327f6.zip |
3DS: Initial commit
Diffstat (limited to 'common')
-rw-r--r-- | common/scummsys.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/scummsys.h b/common/scummsys.h index 7c2978f173..5e1069fb46 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -251,6 +251,7 @@ #if defined(__DC__) || \ defined(__DS__) || \ + defined(__3DS__) || \ defined(__GP32__) || \ defined(IPHONE) || \ defined(__PLAYSTATION2__) || \ @@ -367,7 +368,7 @@ #endif #ifndef STRINGBUFLEN - #if defined(__N64__) || defined(__DS__) + #if defined(__N64__) || defined(__DS__) || defined(__3DS__) #define STRINGBUFLEN 256 #else #define STRINGBUFLEN 1024 |