Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit ba3d6db

Browse files
committed
move get_io_dsisd to libnds
1 parent e254127 commit ba3d6db

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

source/disc.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@ const INTERFACE_ID _FAT_disc_interfaces[] = {
9090
#include <nds/memory.h>
9191
#include <nds/arm9/dldi.h>
9292

93-
static const DISC_INTERFACE* get_io_dsisd (void) {
94-
return (isDSiMode() && __NDSHeader->unitCode ) ? &__io_dsisd : NULL;
95-
}
96-
9793
const INTERFACE_ID _FAT_disc_interfaces[] = {
9894
{"sd", get_io_dsisd},
9995
{"fat", dldiGetInternal},

0 commit comments

Comments
 (0)