mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 07:17:56 -05:00
svc: added optional name field to Event and Mutex (used for debugging)
This commit is contained in:
@ -37,8 +37,9 @@ Result ClearEvent(Handle handle);
|
||||
/**
|
||||
* Creates an event
|
||||
* @param reset_type ResetType describing how to create event
|
||||
* @param name Optional name of event
|
||||
* @return Handle to newly created Event object
|
||||
*/
|
||||
Handle CreateEvent(const ResetType reset_type);
|
||||
Handle CreateEvent(const ResetType reset_type, const std::string name="Unknown");
|
||||
|
||||
} // namespace
|
||||
|
Reference in New Issue
Block a user