mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-27 13:38:29 +00:00
Include SDL_Log driver
This commit is contained in:

committed by
Sam Lantinga

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