mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 06:47:55 -05:00
Event: Get rid of permanent_lock hack.
This commit is contained in:
@ -18,13 +18,6 @@ namespace Kernel {
|
||||
*/
|
||||
ResultCode SetEventLocked(const Handle handle, const bool locked);
|
||||
|
||||
/**
|
||||
* Hackish function to set an events permanent lock state, used to pass through synch blocks
|
||||
* @param handle Handle to event to change
|
||||
* @param permanent_locked Boolean permanent locked value to set event
|
||||
*/
|
||||
ResultCode SetPermanentLock(Handle handle, const bool permanent_locked);
|
||||
|
||||
/**
|
||||
* Signals an event
|
||||
* @param handle Handle to event to signal
|
||||
|
Reference in New Issue
Block a user