mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-23 10:35:03 +00:00
space fix
This commit is contained in:
parent
05a5dc2453
commit
ffa46d5ad8
@ -25,7 +25,7 @@ u64 UnresolvedStub() {
|
||||
static std::string snid;
|
||||
|
||||
static u64 UnknownStub() {
|
||||
LOG_ERROR("Stub: Unknown (nid: {} ) called, returning zero to {}\n",snid, __builtin_return_address(0));
|
||||
LOG_ERROR("Stub: Unknown (nid: {}) called, returning zero to {}\n",snid, __builtin_return_address(0));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user