Include SDL_Log driver

main
Francisco Javier Trujillo Mata 2022-06-06 00:05:20 +02:00 committed by Sam Lantinga
parent f0a05ed476
commit e4409f6733
1 changed files with 1 additions and 1 deletions

View File

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