aboutsummaryrefslogtreecommitdiff
path: root/src/Savestate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Savestate.h')
-rw-r--r--src/Savestate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Savestate.h b/src/Savestate.h
index a5447b3..c3c2e1d 100644
--- a/src/Savestate.h
+++ b/src/Savestate.h
@@ -46,6 +46,8 @@ public:
void Var32(u32* var);
void Var64(u64* var);
+ void Bool32(bool* var);
+
void VarArray(void* data, u32 len);
bool IsAtleastVersion(u32 major, u32 minor)