diff options
Diffstat (limited to 'src/DSi_AES.h')
-rw-r--r-- | src/DSi_AES.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/DSi_AES.h b/src/DSi_AES.h index 27f8e64..d8ef98a 100644 --- a/src/DSi_AES.h +++ b/src/DSi_AES.h @@ -1,5 +1,5 @@ /* - Copyright 2016-2021 Arisotura + Copyright 2016-2022 melonDS team This file is part of melonDS. @@ -20,6 +20,7 @@ #define DSI_AES_H #include "types.h" +#include "Savestate.h" namespace DSi_AES { @@ -30,6 +31,8 @@ bool Init(); void DeInit(); void Reset(); +void DoSavestate(Savestate* file); + u32 ReadCnt(); void WriteCnt(u32 val); void WriteBlkCnt(u32 val); |