mirror of
https://github.com/zeldaret/botw
synced 2026-07-11 22:40:14 -04:00
ksys/util: Add Event::isSignalSet
Missed it because of IDA's function tail mechanism...
This commit is contained in:
@@ -47,4 +47,8 @@ void Event::resetSignal() {
|
||||
mSignalSet.exchange(0);
|
||||
}
|
||||
|
||||
bool Event::isSignalSet() const {
|
||||
return mSignalSet == 1;
|
||||
}
|
||||
|
||||
} // namespace ksys::util
|
||||
|
||||
Reference in New Issue
Block a user