GodMode9i/arm9/source/ramd.h
RocketRobz f8f288a9da Add 2 RAM drives
One shown for both DSi and 3DS (9MB), the other only shown for 3DS (16MB)
2020-02-04 18:25:30 -07:00

8 lines
142 B
C

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