mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-02 05:02:55 +00:00
Tracy instrument new audio callback
This commit is contained in:
parent
f62cf5fc83
commit
01240b1bd6
1 changed files with 2 additions and 0 deletions
|
|
@ -128,6 +128,8 @@ void audio_callback(void* userdata, Uint8* buffer, int len)
|
|||
{
|
||||
tracy::SetThreadName("SDL Audio Thread");
|
||||
FrameMarkStart(kAudio);
|
||||
ZoneScoped;
|
||||
|
||||
// The SDL Audio lock is implied to be held during callback.
|
||||
|
||||
try
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue