diff options
author | Arisotura <thetotalworm@gmail.com> | 2020-12-04 18:26:48 +0100 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2020-12-04 18:26:48 +0100 |
commit | 6aad429383015a0ac135b081931ae9c5876a7ad0 (patch) | |
tree | 2fd076a911445927a54f5f232fb3d0d35c695e5b | |
parent | d2cd3eadbec9b9c7411f5653070bc6298e2023a2 (diff) |
misc. shito
-rw-r--r-- | src/DSi_Camera.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/DSi_Camera.h b/src/DSi_Camera.h index a8c0632..108d76a 100644 --- a/src/DSi_Camera.h +++ b/src/DSi_Camera.h @@ -67,6 +67,11 @@ private: u16 StandbyCnt; u16 MiscCnt; + u16 MCUAddr; + u16* MCUData; + + u8 MCURegs[0x8000]; + static u16 ModuleCnt; static u16 Cnt; |