mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
kernel-explorer: Implement Filesystem Destcriptors information
This commit is contained in:
parent
6b11d82dd0
commit
7b3c0a69f3
2 changed files with 21 additions and 1 deletions
|
|
@ -592,7 +592,7 @@ void kernel_explorer::Update()
|
|||
|
||||
idm::select<lv2_fs_object>([&](u32 id, lv2_fs_object& fo)
|
||||
{
|
||||
add_leaf(find_node(m_tree, additional_nodes::file_descriptors), qstr(fmt::format(u8"FD %u: “%s”", id, fo.name.data())));
|
||||
add_leaf(find_node(m_tree, additional_nodes::file_descriptors), qstr(fmt::format("FD %u: %s", id, fo.to_string())));
|
||||
});
|
||||
|
||||
// RawSPU Threads (TODO)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue