Skip to content

Commit

Permalink
Merge pull request hrydgard#2 from sum2012/adhoc-fix
Browse files Browse the repository at this point in the history
netAdhocctlInited should be true when return success
  • Loading branch information
sum2012 committed Sep 7, 2014
2 parents daf9cce + dd8c1d2 commit fb32692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/HLE/sceNetAdhoc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ u32 sceNetAdhocctlInit(int stackSize, int prio, u32 productAddr) {
friendFinderThread = std::thread(friendFinder);
}

netAdhocctlInited = true; //needed for cleanup during AdhocctlTerm even when it failed to connect to Adhoc Server (since it's being faked as success)
}
netAdhocctlInited = true; //needed for cleanup during AdhocctlTerm even when it failed to connect to Adhoc Server (since it's being faked as success)
return 0;
}

Expand Down

0 comments on commit fb32692

Please sign in to comment.