mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
HLE: Fix bad logging without latestSyscall.
This commit is contained in:
parent
7b1ec28c30
commit
cc447aa868
@ -864,6 +864,8 @@ void hleDoLogInternal(LogTypes::LOG_TYPE t, LogTypes::LOG_LEVELS level, u64 res,
|
||||
|
||||
funcName = latestSyscall->name;
|
||||
funcFlags = latestSyscall->flags;
|
||||
} else {
|
||||
strcpy(formatted_args, "?");
|
||||
}
|
||||
|
||||
const char *fmt;
|
||||
|
Loading…
Reference in New Issue
Block a user