diff options
Diffstat (limited to 'src/GPU3D.h')
-rw-r--r-- | src/GPU3D.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/GPU3D.h b/src/GPU3D.h index 0a299ef..c997a8f 100644 --- a/src/GPU3D.h +++ b/src/GPU3D.h @@ -20,6 +20,7 @@ #define GPU3D_H #include <array> +#include "Savestate.h" namespace GPU3D { @@ -85,6 +86,8 @@ bool Init(); void DeInit(); void Reset(); +void DoSavestate(Savestate* file); + void ExecuteCommand(); void Run(s32 cycles); |