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