From ba3d6db43daebe0105988ee2e5ee5fe16842b017 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Mon, 25 Sep 2017 18:24:04 +0100 Subject: [PATCH] move get_io_dsisd to libnds --- source/disc.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/disc.c b/source/disc.c index 5f22b49..dbe4438 100755 --- a/source/disc.c +++ b/source/disc.c @@ -90,10 +90,6 @@ const INTERFACE_ID _FAT_disc_interfaces[] = { #include #include -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},