mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 08:14:45 +02:00
Ooops, didnt mean to leave that uncommented :)
This commit is contained in:
@@ -210,7 +210,7 @@ nextblock:
|
||||
e->isBlockSectorMode = false;
|
||||
|
||||
// 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);
|
||||
//DEBUG_LOG(FILESYS, "%s: %s %08x %08x %i", e->isDirectory?"D":"F", name, dir.firstDataSectorLE, e->startingPosition, e->startingPosition);
|
||||
|
||||
if (e->isDirectory && !relative)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user