mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
cellFs fixes
cellFsAllocateFileAreaWithoutZeroFill implemented
This commit is contained in:
parent
e8d76ede14
commit
b1e8eefad0
4 changed files with 452 additions and 379 deletions
|
|
@ -277,7 +277,7 @@ void KernelExplorer::Update()
|
|||
idm::select<lv2_fs_object>([&](u32 id, lv2_fs_object& fo)
|
||||
{
|
||||
lv2_types.back().count++;
|
||||
m_tree->AppendItem(lv2_types.back().node, fmt::format("FD: ID = 0x%08x '%s'", id));
|
||||
m_tree->AppendItem(lv2_types.back().node, fmt::format("FD: ID = 0x%08x '%s'", id, fo.name.data()));
|
||||
});
|
||||
|
||||
for (auto&& entry : lv2_types)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue