mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-02 23:03:42 +00:00
Return success when initial networks fail.
This commit is contained in:
parent
569a3cd733
commit
833305817b
@ -181,7 +181,7 @@ u32 sceNetAdhocctlInit(int stackSize, int prio, u32 productAddr) {
|
||||
friendFinderRunning = true;
|
||||
friendFinderThread = std::thread(friendFinder);
|
||||
} else {
|
||||
return -1; // Generic error
|
||||
return 0; // Generic error, but just return success to make games comform.
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user