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…
Reference in New Issue