mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
[orbis-kernel] Fix sys_namedobj_delete+
This commit is contained in:
parent
9ccf27ae2e
commit
3eb73b5534
4 changed files with 7 additions and 7 deletions
|
|
@ -48,6 +48,6 @@ struct Process {
|
|||
// Named objects for debugging
|
||||
utils::shared_mutex namedObjMutex;
|
||||
utils::kmap<void *, utils::kstring> namedObjNames;
|
||||
utils::OwningIdMap<NamedObjInfo, std::uint16_t, 65535, 1> namedObjIds;
|
||||
utils::OwningIdMap<NamedObjInfo, uint, 65535, 1> namedObjIds;
|
||||
};
|
||||
} // namespace orbis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue