mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-06 08:08:42 +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 std::string snid;
|
||||||
|
|
||||||
static u64 UnknownStub() {
|
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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue