aboutsummaryrefslogtreecommitdiff
path: root/GPU.h
diff options
context:
space:
mode:
Diffstat (limited to 'GPU.h')
-rw-r--r--GPU.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/GPU.h b/GPU.h
index ee852b9..18661ca 100644
--- a/GPU.h
+++ b/GPU.h
@@ -20,6 +20,7 @@
#define GPU_H
#include "GPU2D.h"
+#include "GPU3D.h"
namespace GPU
{
@@ -53,7 +54,8 @@ extern GPU2D* GPU2D_A;
extern GPU2D* GPU2D_B;
-void Init();
+bool Init();
+void DeInit();
void Reset();
void MapVRAM_AB(u32 bank, u8 cnt);