diff options
author | Arisotura <thetotalworm@gmail.com> | 2022-10-02 16:47:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-02 16:47:57 +0200 |
commit | 3f4573574a581da849408ebc376ca97d5e82bc7d (patch) | |
tree | e6144cc9cfcfe383faee847e54b7864f963a9373 /src/teakra | |
parent | c1c4cbc838bcc017ea325458112582e949274f30 (diff) |
actual DSi camera support (#1520)
basically feeding something that isn't a fixed stripe pattern, and emulating enough of the camera hardware to make this work
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 76bc79f..7b4c028 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); + shared_memory.raw.fill(0); // BAD!!!! miu.Reset(); apbp_from_cpu.Reset(); apbp_from_dsp.Reset(); |