aboutsummaryrefslogtreecommitdiff
path: root/src/GPU.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/GPU.h')
-rw-r--r--src/GPU.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/GPU.h b/src/GPU.h
index 50e5f55..a430a32 100644
--- a/src/GPU.h
+++ b/src/GPU.h
@@ -61,7 +61,7 @@ extern u32 VRAMMap_Texture[4];
extern u32 VRAMMap_TexPal[8];
extern u32 VRAMMap_ARM7[2];
-extern u32 Framebuffer[256*192*2];
+extern u32* Framebuffer;
extern GPU2D* GPU2D_A;
extern GPU2D* GPU2D_B;
@@ -74,6 +74,8 @@ void Stop();
void DoSavestate(Savestate* file);
+void SetFramebufferScale(int scale);
+
void MapVRAM_AB(u32 bank, u8 cnt);
void MapVRAM_CD(u32 bank, u8 cnt);