Support BIOS Font

This commit is contained in:
2024-01-02 15:57:21 -06:00
parent a67a634fd8
commit 771257d813
5 changed files with 27 additions and 24 deletions

View File

@@ -30,10 +30,6 @@ namespace JabyEngine {
static constexpr OffsetPageWithClut get_offset_page_with_clut() {
return OffsetPageWithClut::create(BIOS_Font::get_offset_page(), BIOS_Font::get_page_clut());
}
static constexpr SimpleTIM as_simple_tim() {
return SimpleTIM(BIOS_Font::TextureLoadPos.x, BIOS_Font::TextureLoadPos.y, BIOS_Font::CLUTLoadPos.x, BIOS_Font::CLUTLoadPos.y);
}
};
}
}