mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
camera: remember PLL config
This commit is contained in:
@ -58,6 +58,8 @@ private:
|
||||
u16 I2C_ReadReg(u16 addr);
|
||||
void I2C_WriteReg(u16 addr, u16 val);
|
||||
|
||||
u16 PLLDiv;
|
||||
u16 PLLPDiv;
|
||||
u16 PLLCnt;
|
||||
u16 ClocksCnt;
|
||||
u16 StandbyCnt;
|
||||
|
Reference in New Issue
Block a user