diff options
Diffstat (limited to 'src/GPU2D.h')
-rw-r--r-- | src/GPU2D.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GPU2D.h b/src/GPU2D.h index 3deb42d..289f1fe 100644 --- a/src/GPU2D.h +++ b/src/GPU2D.h @@ -105,6 +105,7 @@ private: u32 OBJExtPalStatus; template<u32 bgmode> void DrawScanlineBGMode(u32 line, u32* spritebuf, u32* dst); + void DrawScanlineBGMode6(u32 line, u32* spritebuf, u32* dst); void DrawScanline_Mode1(u32 line, u32* dst); void DrawPixel(u32* dst, u16 color, u32 flag); |