Removed Nintendo DS support since nobody has volunteered to maintain it for over a year.

This commit is contained in:
Sam Lantinga 2013-03-17 09:44:58 -07:00
parent 72befa7332
commit 3afbe992d5
53 changed files with 2 additions and 4350 deletions

View file

@ -37,11 +37,6 @@
#include "../core/android/SDL_android.h"
#endif
#ifdef __NDS__
/* include libfat headers for fatInitDefault(). */
#include <fat.h>
#endif /* __NDS__ */
#ifdef __WIN32__
/* Functions to read/write Win32 API file pointers */
@ -556,13 +551,6 @@ SDL_RWFromFP(FILE * fp, SDL_bool autoclose)
{
SDL_RWops *rwops = NULL;
#if 0
/*#ifdef __NDS__*/
/* set it up so we can use stdio file function */
fatInitDefault();
printf("called fatInitDefault()");
#endif /* __NDS__ */
rwops = SDL_AllocRW();
if (rwops != NULL) {
rwops->size = stdio_size;