mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-14 15:46:19 +00:00
Add optick
It is only linked for Windows, macOS and Linux, but disabled by default. Vulkan support is also enabled if Vulkan is found.
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#include <Functiondiscoverykeys_devpkey.h>
|
||||
|
||||
#include <logvisor/logvisor.hpp>
|
||||
#include <optick.h>
|
||||
|
||||
#ifdef TE_VIRTUAL_MIDI
|
||||
#include <teVirtualMIDI.h>
|
||||
@@ -391,6 +392,7 @@ struct WASAPIAudioVoiceEngine : BaseAudioVoiceEngine {
|
||||
}
|
||||
|
||||
void pumpAndMixVoices() override {
|
||||
OPTICK_EVENT();
|
||||
#if WINDOWS_STORE
|
||||
if (!m_ready)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user