Prepare ControllerTest state with art and back functionality

This commit is contained in:
Jaby
2024-01-04 12:30:17 -06:00
parent b6c5ed6d43
commit 39d3070d0f
9 changed files with 70 additions and 4 deletions

View File

@@ -2,6 +2,9 @@
#include <PSX/File/cd_file_types.hpp>
namespace ControllerTest {
extern const volatile JabyEngine::AutoLBAEntry lba[];
extern JabyEngine::CDFile Assets[1];
void main();
}