Fix project and .rc so it builds with VS 2010 Express, thanks Darth1701. Plus logging tweaks.

This commit is contained in:
Henrik Rydgard
2012-11-29 10:41:48 +01:00
parent 509dcded91
commit e370a1a8aa
4 changed files with 10 additions and 117 deletions
+3 -2
View File
@@ -207,8 +207,9 @@ nextblock:
e->isDirectory = !isFile;
e->flags = dir.flags;
e->isBlockSectorMode = false;
DEBUG_LOG(FILESYS, "%s: %s %08x %08x %i", e->isDirectory?"D":"F", name, dir.firstDataSectorLE, e->startingPosition, e->startingPosition);
// Let's not excessively spam the log - I commented this line out.
// DEBUG_LOG(FILESYS, "%s: %s %08x %08x %i", e->isDirectory?"D":"F", name, dir.firstDataSectorLE, e->startingPosition, e->startingPosition);
if (e->isDirectory && !relative)
{