Display Pacos art

This commit is contained in:
2023-08-28 16:48:42 +02:00
parent 98395df929
commit c6c9231670
6 changed files with 25 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ namespace Assets {
enum LBA {
__jabyengine_start_lba_request
__jabyengine_request_lba_for(FONT, "ASSETS/MAIN/FONT.BIN"),
__jabyengine_request_lba_for(PACO, "ASSETS/MAIN/PACO.BIN"),
__jabyengine_end_lba_request
};
@@ -14,6 +15,7 @@ namespace Assets {
void load_for_main() {
static const CDFile Assets[] = {
CDFileBuilder::simple_tim(LBA::FONT, FontTIM),
CDFileBuilder::simple_tim(LBA::PACO, PacoTIM),
};
const auto buffer_cfg = CDFileProcessor::BufferConfiguration::new_default();