diff options
Diffstat (limited to 'src/GPU3D.h')
-rw-r--r-- | src/GPU3D.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/GPU3D.h b/src/GPU3D.h index 3ee1a7f..c997a8f 100644 --- a/src/GPU3D.h +++ b/src/GPU3D.h @@ -1,5 +1,5 @@ /* - Copyright 2016-2017 StapleButter + Copyright 2016-2019 StapleButter This file is part of melonDS. @@ -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); |