mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-06-10 11:45:00 -06:00
Swap NpWebApi global mutex to recursive (#4529)
It's recursive in the actual library, and since our implementation in thoroughly based on the actual library, this is needed for our code to function appropriately.
This commit is contained in:
parent
5b8b66ab12
commit
deb9908452
@ -12,7 +12,7 @@
|
||||
|
||||
namespace Libraries::Np::NpWebApi {
|
||||
|
||||
static std::mutex g_global_mutex;
|
||||
static std::recursive_mutex g_global_mutex;
|
||||
static std::map<s32, OrbisNpWebApiContext*> g_contexts;
|
||||
static s32 g_library_context_count = 0;
|
||||
static s32 g_user_context_count = 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user