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
+4
View File
@@ -27,7 +27,11 @@ SongCacheIndex::~SongCacheIndex()
static void EmptyDir( CString dir )
{
#ifdef _XBOX
ASSERT(dir[dir.size()-1] == '\\');
#else
ASSERT(dir[dir.size()-1] == '/');
#endif
CStringArray asCacheFileNames;
GetDirListing( dir, asCacheFileNames );