mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 19:32:40 +00:00
Semaphore: Removed an unneeded function
This commit is contained in:
@@ -34,11 +34,6 @@ public:
|
||||
return current_usage == max_count;
|
||||
}
|
||||
|
||||
ResultVal<bool> SyncRequest() override {
|
||||
// TODO(Subv): ImplementMe
|
||||
return MakeResult<bool>(false);
|
||||
}
|
||||
|
||||
ResultVal<bool> WaitSynchronization() override {
|
||||
bool wait = current_usage == max_count;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user