Prepare ControllerTest state with art and back functionality

This commit is contained in:
2024-01-04 12:30:17 -06:00
parent 425e093442
commit 64ac557d73
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();
}