mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 03:24:49 +00:00
space fix
This commit is contained in:
parent
05a5dc2453
commit
ffa46d5ad8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue