DMA BIOS Font (not HW tested)

This commit is contained in:
2024-02-08 20:22:32 -05:00
parent 77c0dd28db
commit e5f8a18acb
4 changed files with 29 additions and 38 deletions

View File

@@ -20,7 +20,7 @@ namespace FontWriter {
JabyEngine::GlobalFontPrimitivePool::setup(font_buffer);
new_font_writer.setup(LibraryFontTIM, JabyEngine::DefaultFont::Info);
bios_font_writer.setup(LibraryFontTIM, JabyEngine::DefaultFont::Info);//(JabyEngine::BIOSFont::TIM, JabyEngine::BIOSFont::Info);
bios_font_writer.setup(JabyEngine::BIOSFont::TIM, JabyEngine::BIOSFont::Info);
timer.reset();
}