ソースを参照

Include SDL_Log driver

Francisco Javier Trujillo Mata 3 年 前
コミット
e4409f6733
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/SDL_log.c

+ 1 - 1
src/SDL_log.c

@@ -467,7 +467,7 @@ SDL_LogOutput(void *userdata, int category, SDL_LogPriority priority,
         SDL_NSLog(SDL_priority_prefixes[priority], message);
         return;
     }
-#elif defined(__PSP__)
+#elif defined(__PSP__) || defined(__PS2__)
     {
         FILE*        pFile;
         pFile = fopen ("SDL_Log.txt", "a");