i'm once again asking for your continued ignorance of what i'm forgetting to not push

This commit is contained in:
kalaposfos13 2025-04-18 18:21:20 +02:00
parent 87f62991ee
commit 09e3956c4f

View file

@ -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));