mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 15:08:04 -05:00
Kernel: Remove unused member from Event
This commit is contained in:
@ -26,7 +26,6 @@ public:
|
||||
static const HandleType HANDLE_TYPE = HandleType::Event;
|
||||
HandleType GetHandleType() const override { return HANDLE_TYPE; }
|
||||
|
||||
ResetType intitial_reset_type; ///< ResetType specified at Event initialization
|
||||
ResetType reset_type; ///< Current ResetType
|
||||
|
||||
bool signaled; ///< Whether the event has already been signaled
|
||||
|
Reference in New Issue
Block a user