Include another image for the tim_project file

This commit is contained in:
2025-04-16 21:46:13 +02:00
parent a686df5bf6
commit d69b144ebe
6 changed files with 32 additions and 42 deletions

View File

@@ -1,4 +1,4 @@
#include "include/controller_test_assets.hpp"
#include "../../../include/auto_gen/vram_layout.hpp"
#include <PSX/File/Processor/cd_file_processor.hpp>
#include <PSX/AutoLBA/auto_lba_declaration.hpp>
@@ -13,6 +13,6 @@ namespace ControllerTest {
__declare_lba_header(LBA);
CDFile Assets[1] = {
CDFileBuilder::simple_tim(LBA::CONT, ControllerButtonTIM),
CDFileBuilder::simple_tim(LBA::CONT, Controller_png::tim),
};
}