Patch #1971285: "Nintendo Wii port"

svn-id: r32547
This commit is contained in:
Eugene Sandulenko 2008-06-04 20:28:20 +00:00
parent 1869141f04
commit 5e666ef774
19 changed files with 2232 additions and 1 deletions

View file

@ -137,7 +137,7 @@ void OSystem::clearScreen() {
#endif
FilesystemFactory *OSystem::getFilesystemFactory() {
#if defined(__amigaos4__) || defined(__DC__) || defined(__SYMBIAN32__) || defined(UNIX) || defined(WIN32) || defined(__PSP__) || defined(__DS__)
#if defined(__amigaos4__) || defined(__DC__) || defined(__SYMBIAN32__) || defined(UNIX) || defined(WIN32) || defined(__WII__) || defined(__PSP__) || defined(__DS__)
// These ports already implement this function, so it should never be called.
return 0;
#elif defined(PALMOS_MODE)