chore: disable issues w/ audio to have otherwise working emu

This commit is contained in:
2025-11-10 21:15:41 -06:00
parent 10308e2dd0
commit 5b2bd0b6b6
2 changed files with 3 additions and 3 deletions

View File

@@ -468,7 +468,7 @@ pub const Apu = struct {
@branchHint(.cold);
_ = self;
@panic("TODO: Implement Multiple Sample Rates...");
// @panic("TODO: Implement Multiple Sample Rates...");
// const sample_rate = Self.sampleRate(self.bias.sampling_cycle.read());
// log.info("Sample Rate changed from {}Hz to {}Hz", .{ Self.sampleRate(self.sampling_cycle), sample_rate });