mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-01 15:02:40 +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
@ -37,9 +37,6 @@ static std::string stub_nids_unknown[MAX_STUBS];
|
|||||||
template <int stub_index>
|
template <int stub_index>
|
||||||
static u64 CommonStub() {
|
static u64 CommonStub() {
|
||||||
auto entry = stub_nids[stub_index];
|
auto entry = stub_nids[stub_index];
|
||||||
if (strcmp(entry->name, "sceNpAuthCreateRequest")) {
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
if (entry) {
|
if (entry) {
|
||||||
LOG_ERROR(Core, "Stub: {} (nid: {}) called, returning zero to {}", entry->name, entry->nid,
|
LOG_ERROR(Core, "Stub: {} (nid: {}) called, returning zero to {}", entry->name, entry->nid,
|
||||||
__builtin_return_address(0));
|
__builtin_return_address(0));
|
||||||
|
Loading…
Reference in New Issue
Block a user