Initial commit

This commit is contained in:
Gericom
2025-10-11 14:00:43 +02:00
commit 25e7d47f18
22 changed files with 24454 additions and 0 deletions

5
source/fat/dldi.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
#include <nds/disc_io.h>
extern u8 gDldiStub[];
extern DISC_INTERFACE gDldiInterface;