mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-18 14:13:13 +00:00
[gl] WaitTick
This commit is contained in:
committed by
Caio Oliveira
parent
a8cbd910d8
commit
c05eff593c
@@ -25,6 +25,10 @@ public:
|
||||
|
||||
void Wait();
|
||||
|
||||
[[nodiscard]] u64 WaitTick() const noexcept {
|
||||
return 0;
|
||||
}
|
||||
|
||||
private:
|
||||
OGLSync sync_object;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user