Initial commit

This commit is contained in:
Gericom
2025-11-09 16:07:01 +01:00
commit 29671d041f
39 changed files with 26346 additions and 0 deletions

5
arm9/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;