stratosphere: use SdkMutex/SdkRecursiveMutex over Mutex
This commit is contained in:
@@ -20,7 +20,7 @@ namespace ams::ldr {
|
||||
|
||||
namespace {
|
||||
|
||||
os::Mutex g_scoped_code_mount_lock(false);
|
||||
constinit os::SdkMutex g_scoped_code_mount_lock;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user