xbox updates

This commit is contained in:
Chris Danford
2003-11-13 00:39:36 +00:00
parent 5b076e16fa
commit 47def7d3dc
40 changed files with 1358 additions and 19 deletions
@@ -8,6 +8,16 @@
#pragma comment(lib, "libresample/resample.lib")
#endif
#ifdef _XBOX
#ifdef _DEBUG
#pragma comment(lib, "libresample/xboxresample/debug/xboxresample.lib")
#else
#pragma comment(lib, "libresample/xboxresample/release/xboxresample.lib")
#endif
#endif
#include "RageTimer.h"
RageSoundReader_Resample_Good::RageSoundReader_Resample_Good()