mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-12 21:58:34 +02:00
[gl] WaitTick
This commit is contained in:
parent
699dda1957
commit
d2253d401c
1 changed files with 4 additions and 0 deletions
|
|
@ -25,6 +25,10 @@ public:
|
||||||
|
|
||||||
void Wait();
|
void Wait();
|
||||||
|
|
||||||
|
[[nodiscard]] u64 WaitTick() const noexcept {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
OGLSync sync_object;
|
OGLSync sync_object;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue