From 09e3956c4fef8e078319505624c9b6245fc947ef Mon Sep 17 00:00:00 2001 From: kalaposfos13 <153381648+kalaposfos13@users.noreply.github.com> Date: Fri, 18 Apr 2025 18:21:20 +0200 Subject: [PATCH] i'm once again asking for your continued ignorance of what i'm forgetting to not push --- src/core/aerolib/stubs.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/core/aerolib/stubs.cpp b/src/core/aerolib/stubs.cpp index 6e132a1b1..2634fc46a 100644 --- a/src/core/aerolib/stubs.cpp +++ b/src/core/aerolib/stubs.cpp @@ -37,9 +37,6 @@ static std::string stub_nids_unknown[MAX_STUBS]; template 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));