mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 14:15:41 +12:00
Stub NWM_UDS::Initialize to fail
This commit is contained in:
parent
fa4cc35a9c
commit
505abbe532
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ void NwmUdsService::initializeWithVersion(u32 messagePointer) {
|
|||
|
||||
initialized = true;
|
||||
|
||||
mem.write32(messagePointer + 4, Result::Success);
|
||||
// Stubbed to fail temporarily, since some games will break trying to establish networks otherwise
|
||||
mem.write32(messagePointer + 4, Result::FailurePlaceholder);
|
||||
mem.write32(messagePointer + 8, 0);
|
||||
mem.write32(messagePointer + 12, eventHandle.value());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue