[nostalgia/core/gba] Make GBA CBB data static
This commit is contained in:
parent
ef04e03d11
commit
d9f0415074
@ -17,7 +17,7 @@
|
||||
|
||||
namespace nostalgia::core {
|
||||
|
||||
ox::Array<BgCbbData, 4> g_cbbData;
|
||||
static ox::Array<BgCbbData, 4> g_cbbData;
|
||||
|
||||
constexpr auto GbaTileColumns = 32;
|
||||
constexpr auto GbaTileRows = 32;
|
||||
|
Loading…
Reference in New Issue
Block a user