mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
9 lines
140 B
C
9 lines
140 B
C
#pragma once
|
|
|
|
#include <nds.h>
|
|
#include <nds/disc_io.h>
|
|
|
|
void nandio_set_fat_sig_fix(u32 offset);
|
|
|
|
extern const DISC_INTERFACE io_dsi_nand;
|