mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-20 05:16:24 -04:00
Add Tracy stuff
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
|
||||
#include <mutex>
|
||||
|
||||
static std::recursive_mutex gAudioThreadMutex;
|
||||
#include "tracy/Tracy.hpp"
|
||||
|
||||
static TracyLockable(std::recursive_mutex, gAudioThreadMutex);
|
||||
|
||||
JASCriticalSection::JASCriticalSection() {
|
||||
gAudioThreadMutex.lock();
|
||||
|
||||
Reference in New Issue
Block a user