mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 13:47:56 -05:00
mutex: removed docstring comment that is no longer relevant
This commit is contained in:
@ -19,7 +19,6 @@ Result ReleaseMutex(Handle handle);
|
||||
|
||||
/**
|
||||
* Creates a mutex
|
||||
* @param handle Reference to handle for the newly created mutex
|
||||
* @param initial_locked Specifies if the mutex should be locked initially
|
||||
* @return Handle to newly created object
|
||||
*/
|
||||
|
Reference in New Issue
Block a user