mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 23:29:55 -06:00
unfuck the DSP enough that it will actually run code
(don't get your hopes up, it's still pretty much a trainwreck)
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user