mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 03:12:40 +00:00
mutex: refactored the interface to code to return a Mutex* handle
This commit is contained in:
@@ -21,6 +21,6 @@ Result ReleaseMutex(Handle handle);
|
||||
* @param handle Reference to handle for the newly created mutex
|
||||
* @param initial_locked Specifies if the mutex should be locked initially
|
||||
*/
|
||||
Result CreateMutex(Handle& handle, bool initial_locked);
|
||||
Handle CreateMutex(bool initial_locked);
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user