mirror of
https://github.com/wiiu-env/libfat.git
synced 2024-11-21 17:39:17 +01:00
move get_io_dsisd to libnds
This commit is contained in:
parent
e254127aa3
commit
ba3d6db43d
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user