From b33f0434a6b4ca9b64ce7856ed12633ebf879cf7 Mon Sep 17 00:00:00 2001 From: Arisotura Date: Tue, 11 Oct 2022 00:26:42 +0200 Subject: unfuck the DSP enough that it will actually run code (don't get your hopes up, it's still pretty much a trainwreck) --- src/teakra/src/teakra.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/teakra') diff --git a/src/teakra/src/teakra.cpp b/src/teakra/src/teakra.cpp index 7b4c028..9559920 100644 --- a/src/teakra/src/teakra.cpp +++ b/src/teakra/src/teakra.cpp @@ -50,7 +50,7 @@ struct Teakra::Impl { } void Reset() { - shared_memory.raw.fill(0); // BAD!!!! + //shared_memory.raw.fill(0); // BAD!!!! miu.Reset(); apbp_from_cpu.Reset(); apbp_from_dsp.Reset(); -- cgit v1.2.3