This commit is contained in:
twinaphex 2016-06-27 07:55:32 +02:00
parent 5a77baf185
commit 5dd4c88011

View File

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