mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-25 10:59:36 -04:00
svc: Make ResetType an enum class
This commit is contained in:
@@ -35,7 +35,7 @@ void Event::Acquire() {
|
||||
ASSERT_MSG(!ShouldWait(), "object unavailable!");
|
||||
|
||||
// Release the event if it's not sticky...
|
||||
if (reset_type != RESETTYPE_STICKY)
|
||||
if (reset_type != ResetType::Sticky)
|
||||
signaled = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user