mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 07:17:56 -05:00
event: added SetEventLocked method to change status an events lock
This commit is contained in:
@ -11,6 +11,13 @@
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
/**
|
||||
* Changes whether an event is locked or not
|
||||
* @param handle Handle to event to change
|
||||
* @param locked Boolean locked value to set event
|
||||
*/
|
||||
void SetEventLocked(const Handle handle, const bool locked)
|
||||
|
||||
/**
|
||||
* Clears an event
|
||||
* @param handle Handle to event to clear
|
||||
|
Reference in New Issue
Block a user