mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 10:12:41 +00:00
event: fixed typos and updated CMakeLists
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Kernel {
|
||||
* @param handle Handle to event to change
|
||||
* @param locked Boolean locked value to set event
|
||||
*/
|
||||
void SetEventLocked(const Handle handle, const bool locked)
|
||||
void SetEventLocked(const Handle handle, const bool locked);
|
||||
|
||||
/**
|
||||
* Clears an event
|
||||
|
||||
Reference in New Issue
Block a user