diff --git a/stepmania/src/arch/arch_default.h b/stepmania/src/arch/arch_default.h index 6a9a267e10..e59ffe9210 100644 --- a/stepmania/src/arch/arch_default.h +++ b/stepmania/src/arch/arch_default.h @@ -27,7 +27,7 @@ #include "ArchHooks/ArchHooks_Xbox.h" #include "LoadingWindow/LoadingWindow_Xbox.h" #include "LowLevelWindow/LowLevelWindow_Win32.h" -#include "MemoryCard/MemoryCardDriverThreaded_Windows.h" +#include "MemoryCard/MemoryCardDriverThreaded_Xbox.h" #define DEFAULT_INPUT_DRIVER_LIST "Xbox" #define DEFAULT_MOVIE_DRIVER_LIST "Theora,FFMpeg,DShow,Null" #define DEFAULT_SOUND_DRIVER_LIST "DirectSound,DirectSound-sw,Null"