move get_io_dsisd to libnds

This commit is contained in:
Dave Murphy 2017-09-25 18:24:04 +01:00
parent e254127aa3
commit ba3d6db43d

View File

@ -90,10 +90,6 @@ const INTERFACE_ID _FAT_disc_interfaces[] = {
#include <nds/memory.h>
#include <nds/arm9/dldi.h>
static const DISC_INTERFACE* get_io_dsisd (void) {
return (isDSiMode() && __NDSHeader->unitCode ) ? &__io_dsisd : NULL;
}
const INTERFACE_ID _FAT_disc_interfaces[] = {
{"sd", get_io_dsisd},
{"fat", dldiGetInternal},