Initial commit

This commit is contained in:
Gericom
2025-11-22 11:08:28 +01:00
commit 9cf3ffbfcf
358 changed files with 58350 additions and 0 deletions

10
common/LoaderInfo.h Normal file
View File

@@ -0,0 +1,10 @@
#pragma once
struct loader_info_t
{
u16 clusterShift;
u16 picoLoaderBootDrive;
u32 database;
u32 clusterMap9[10];
u32 clusterMap7[16];
};