mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-17 04:47:58 -05:00
Mutex: Cleanup and remove redundant code.
This commit is contained in:
@ -28,6 +28,6 @@ Handle CreateMutex(bool initial_locked, const std::string& name="Unknown");
|
||||
* Releases all the mutexes held by the specified thread
|
||||
* @param thread Thread that is holding the mutexes
|
||||
*/
|
||||
void ReleaseThreadMutexes(Handle thread);
|
||||
void ReleaseThreadMutexes(Thread* thread);
|
||||
|
||||
} // namespace
|
||||
|
Reference in New Issue
Block a user