mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-30 15:43:19 -04:00
Add Tracy stuff
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user