Create BIOS Info Overlay

This commit is contained in:
2024-03-24 21:54:18 -05:00
parent 1ae51f9aa4
commit a8fafdc32e
7 changed files with 65 additions and 1 deletions

View File

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