diff options
author | Arisotura <thetotalworm@gmail.com> | 2022-10-11 00:26:42 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2022-10-11 00:26:42 +0200 |
commit | b33f0434a6b4ca9b64ce7856ed12633ebf879cf7 (patch) | |
tree | 77db55eb3e3f68063e2c1bf3c137af503990e414 /src/teakra | |
parent | 9a85bc745314f672a8a3ce0659cc25794a923398 (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.cpp | 2 |
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(); |