aboutsummaryrefslogtreecommitdiff
path: root/src/teakra
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2022-10-11 00:26:42 +0200
committerArisotura <thetotalworm@gmail.com>2022-10-11 00:26:42 +0200
commitb33f0434a6b4ca9b64ce7856ed12633ebf879cf7 (patch)
tree77db55eb3e3f68063e2c1bf3c137af503990e414 /src/teakra
parent9a85bc745314f672a8a3ce0659cc25794a923398 (diff)
unfuck the DSP enough that it will actually run code
(don't get your hopes up, it's still pretty much a trainwreck)
Diffstat (limited to 'src/teakra')
-rw-r--r--src/teakra/src/teakra.cpp2
1 files changed, 1 insertions, 1 deletions
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();