mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 12:48:01 -05:00
WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual.
This commit is contained in:
@ -32,7 +32,7 @@ public:
|
||||
return available_count > 0;
|
||||
}
|
||||
|
||||
ResultVal<bool> Wait() override {
|
||||
ResultVal<bool> ShouldWait() override {
|
||||
return MakeResult<bool>(!IsAvailable());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user