remove useless 0 byte file
This commit is contained in:
parent
1533d75ea4
commit
a537003680
|
@ -74,7 +74,6 @@ libdesmume_a_SOURCES = \
|
||||||
utils/libfat/lock.cpp \
|
utils/libfat/lock.cpp \
|
||||||
utils/libfat/lock.h \
|
utils/libfat/lock.h \
|
||||||
utils/libfat/mem_allocate.h \
|
utils/libfat/mem_allocate.h \
|
||||||
utils/libfat/ndstypes.h \
|
|
||||||
utils/libfat/partition.cpp \
|
utils/libfat/partition.cpp \
|
||||||
utils/libfat/partition.h \
|
utils/libfat/partition.h \
|
||||||
addons.cpp addons.h \
|
addons.cpp addons.h \
|
||||||
|
|
|
@ -30,8 +30,6 @@
|
||||||
#ifndef NDS_DISC_IO_INCLUDE
|
#ifndef NDS_DISC_IO_INCLUDE
|
||||||
#define NDS_DISC_IO_INCLUDE
|
#define NDS_DISC_IO_INCLUDE
|
||||||
|
|
||||||
#include "ndstypes.h"
|
|
||||||
|
|
||||||
#define FEATURE_MEDIUM_CANREAD 0x00000001
|
#define FEATURE_MEDIUM_CANREAD 0x00000001
|
||||||
#define FEATURE_MEDIUM_CANWRITE 0x00000002
|
#define FEATURE_MEDIUM_CANWRITE 0x00000002
|
||||||
#define FEATURE_SLOT_GBA 0x00000010
|
#define FEATURE_SLOT_GBA 0x00000010
|
||||||
|
|
Loading…
Reference in New Issue