mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-19 19:14:48 +00:00
i'm once again asking for your continued ignorance of what i'm forgetting to not push
This commit is contained in:
parent
87f62991ee
commit
09e3956c4f
1 changed files with 0 additions and 3 deletions
|
@ -37,9 +37,6 @@ static std::string stub_nids_unknown[MAX_STUBS];
|
|||
template <int stub_index>
|
||||
static u64 CommonStub() {
|
||||
auto entry = stub_nids[stub_index];
|
||||
if (strcmp(entry->name, "sceNpAuthCreateRequest")) {
|
||||
return 1;
|
||||
}
|
||||
if (entry) {
|
||||
LOG_ERROR(Core, "Stub: {} (nid: {}) called, returning zero to {}", entry->name, entry->nid,
|
||||
__builtin_return_address(0));
|
||||
|
|
Loading…
Add table
Reference in a new issue