mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-19 09:32:39 +00:00
Kernel: Updated various kernel function "name" arguments to be const references.
This commit is contained in:
@@ -47,6 +47,6 @@ Result ClearEvent(Handle handle);
|
||||
* @param name Optional name of event
|
||||
* @return Handle to newly created Event object
|
||||
*/
|
||||
Handle CreateEvent(const ResetType reset_type, const std::string name="Unknown");
|
||||
Handle CreateEvent(const ResetType reset_type, const std::string& name="Unknown");
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user