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