starting implementing bg scroll

This commit is contained in:
Clément Le Bihan
2021-02-04 19:06:54 +01:00
parent 58fd02c8ec
commit d5af9fe98a
3 changed files with 14 additions and 2 deletions
+2
View File
@@ -627,6 +627,8 @@ namespace ComSquare::PPU
int getBgMode() const;
//! @brief update the Vram buffer
void updateVramReadBuffer();
//! @brief update the Vram buffer
Vector2<int> getBgScroll(int bgNumber) const;
};
}