mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 12:04:45 +00:00
missed
This commit is contained in:
parent
6a2153da99
commit
f2419270fd
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ s32 Ngs2::ReportInvalid(Ngs2Handle* handle, u32 handle_type) const {
|
|||
LOG_ERROR(Lib_Ngs2, "Invalid report handle {}", hAddress);
|
||||
return ORBIS_NGS2_ERROR_INVALID_REPORT_HANDLE;
|
||||
default:
|
||||
LOG_ERROR(Lib_Ngs2, "Invalid handle {}", );
|
||||
LOG_ERROR(Lib_Ngs2, "Invalid handle {}", hAddress);
|
||||
return ORBIS_NGS2_ERROR_INVALID_HANDLE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue