mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 02:17:59 -05: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