Add Tracy stuff

This commit is contained in:
PJB3005
2026-04-08 03:13:37 +02:00
parent 744e29f401
commit a2d008ab09
26 changed files with 190 additions and 47 deletions
+3
View File
@@ -18,6 +18,8 @@
#include <os.h>
#include <stdint.h>
#include "tracy/Tracy.hpp"
s16* JASDriver::sDmaDacBuffer[3];
static u8 data_804507A8 = 3;
@@ -143,6 +145,7 @@ void JASDriver::updateDac() {
}
void JASDriver::updateDSP() {
ZoneScoped;
JASProbe::start(3, "SFR-UPDATE");
JASDsp::invalChannelAll();