mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
camera: revise interface behavior to be more accurate
* there are two FIFO buffers (finally fixes Let's Golf) * fix issues with camera start condition/cnt bit15 * add camera interface state to savestate
This commit is contained in:
@ -282,9 +282,9 @@ void DSi::DoSavestateExtra(Savestate* file)
|
||||
NDMAs[i].DoSavestate(file);
|
||||
|
||||
AES.DoSavestate(file);
|
||||
CamModule.DoSavestate(file);
|
||||
DSP.DoSavestate(file);
|
||||
I2C.DoSavestate(file);
|
||||
CamModule.DoSavestate(file);
|
||||
SDMMC.DoSavestate(file);
|
||||
SDIO.DoSavestate(file);
|
||||
|
||||
|
Reference in New Issue
Block a user