mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-06-02 09:16:49 +02:00
Initial commit
This commit is contained in:
10
common/LoaderInfo.h
Normal file
10
common/LoaderInfo.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
struct loader_info_t
|
||||
{
|
||||
u16 clusterShift;
|
||||
u16 picoLoaderBootDrive;
|
||||
u32 database;
|
||||
u32 clusterMap9[10];
|
||||
u32 clusterMap7[16];
|
||||
};
|
||||
Reference in New Issue
Block a user