mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-14 07:36:26 +00:00
Window API changes
This commit is contained in:
@@ -205,10 +205,8 @@ struct WindowWayland : IWindow
|
||||
return std::unique_ptr<uint8_t[]>();
|
||||
}
|
||||
|
||||
void waitForRetrace(IAudioVoiceEngine* engine)
|
||||
void waitForRetrace()
|
||||
{
|
||||
if (engine)
|
||||
engine->pumpAndMixVoices();
|
||||
}
|
||||
|
||||
uintptr_t getPlatformHandle() const
|
||||
|
||||
Reference in New Issue
Block a user