mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
Cleanup
This commit is contained in:
parent
5a77baf185
commit
5dd4c88011
@ -99,7 +99,7 @@ static aslclient asl_client;
|
|||||||
#else
|
#else
|
||||||
if (!asl_inited)
|
if (!asl_inited)
|
||||||
{
|
{
|
||||||
asl_client = asl_open("RetroArch", "com.apple.console", ASL_OPT_STDERR | ASL_OPT_NO_DELAY);
|
asl_client = asl_open(file_path_str(FILE_PATH_PROGRAM_NAME), "com.apple.console", ASL_OPT_STDERR | ASL_OPT_NO_DELAY);
|
||||||
asl_inited = 1;
|
asl_inited = 1;
|
||||||
}
|
}
|
||||||
aslmsg msg = asl_new(ASL_TYPE_MSG);
|
aslmsg msg = asl_new(ASL_TYPE_MSG);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user