mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 07:37:58 -05: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