cellFsGetDirectoryEntries improved

This commit is contained in:
Nekotekina 2015-04-19 22:25:04 +03:00
parent 73b00b844b
commit 339021ac15
4 changed files with 64 additions and 24 deletions

View file

@ -420,7 +420,7 @@ void Emulator::LoadPoints(const std::string& path)
if (version != bpdb_version || (sizeof(u16) + break_count * sizeof(u64) + sizeof(u32) + marked_count * sizeof(u64) + sizeof(u32)) != length)
{
LOG_ERROR(LOADER, "'%s' is broken", path.c_str());
LOG_ERROR(LOADER, "'%s' is broken (version=0x%x, break_count=0x%x, marked_count=0x%x, length=0x%x)", path, version, break_count, marked_count, length);
return;
}