mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 14:27:59 -05: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