mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-19 11:02:39 +00: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