GodMode9i/arm9/source/ramd.h
Pk11 0f8b4c248e
Simplify RAM drives (#131)
* Simplify RAM drives

* WIP: Add Slot-2 RAM expansion RAM drive support
2022-01-02 00:46:49 -07:00

10 lines
150 B
C

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