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 9a0d102..38cbe7e 100644 --- a/src/GPU2D.h +++ b/src/GPU2D.h @@ -89,6 +89,7 @@ private: void DrawBG_3D(u32 line, u32* dst); void DrawBG_Text(u32 line, u32* dst, u32 num); + void DrawBG_Affine(u32 line, u32* dst, u32 bgnum); void DrawBG_Extended(u32 line, u32* dst, u32 bgnum); void InterleaveSprites(u32* buf, u32 prio, u32* dst); |