Added initial support for Nintendo DS, based on the work by Troy Davis (GPF)

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402376
This commit is contained in:
Sam Lantinga 2007-06-25 00:50:20 +00:00
parent 10ab421d01
commit 9d68aabeb7
25 changed files with 1744 additions and 10 deletions

View file

@ -129,7 +129,9 @@ typedef enum {
DUMMY_ENUM_VALUE
} SDL_DUMMY_ENUM;
#ifndef __NDS__
SDL_COMPILE_TIME_ASSERT(enum, sizeof(SDL_DUMMY_ENUM) == sizeof(int));
#endif
#include "begin_code.h"