[nostalgia/core/userland] Add bg control functions for GL

This commit is contained in:
2021-03-18 20:19:37 -05:00
parent ba91de90fc
commit e36b123b33
2 changed files with 37 additions and 7 deletions
+1
View File
@@ -31,6 +31,7 @@ ox::Result<T> readObj(Context *ctx, const ox::FileAddress &file) {
ox::Error initConsole(Context *ctx) {
constexpr auto TilesheetAddr = "/TileSheets/Charset.ng";
setBgStatus(ctx, 0b0001);
return loadBgTileSheet(ctx, 0, TilesheetAddr);
}