소스 검색

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");