Cleanup Assets

This commit is contained in:
Jaby
2024-07-22 21:20:55 +02:00
parent 12e0f0155b
commit 25c2c91480
7 changed files with 49 additions and 46 deletions

View File

@@ -7,8 +7,8 @@ namespace GPUTest {
enum LBA {
__jabyengine_start_lba_request
__jabyengine_request_lba_for(TEX, "ASSETS/TEX.BIN"),
__jabyengine_request_lba_for(ICON, "ASSETS/ICON.BIN"),
__jabyengine_request_lba_for(TEX, "ASSETS/TEX.IMG"),
__jabyengine_request_lba_for(ICON, "ASSETS/ICON.IMG"),
__jabyengine_end_lba_request
};
__declare_lba_header(LBA);