Skip to content

Commit

Permalink
netAdhocctlInited should be true when return success
Browse files Browse the repository at this point in the history
  • Loading branch information
sum2012 committed Sep 7, 2014
1 parent daf9cce commit dd8c1d2
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 dd8c1d2

Please sign in to comment.