mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
cellFsGetDirectoryEntries improved
This commit is contained in:
parent
73b00b844b
commit
339021ac15
4 changed files with 64 additions and 24 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue