GodMode9i/arm9/source/ramd.h
RocketRobz 3e8dd2f5c2 Add support for Slot-2 flashcard RAM
ALSO: Allow RAM drive to be used on DSi/3DS in DS mode with unlocked SCFG
2022-01-02 01:55:18 -07:00

11 lines
173 B
C

#pragma once
#include <nds.h>
#include <nds/ndstypes.h>
#include <nds/disc_io.h>
extern u32 ramdSectors;
extern u8* ramdLocMep;
extern const DISC_INTERFACE io_ram_drive;