mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
IdManager improved
lv2_obj for kernel objects Simple lookup (vector) Another idm API refactoring
This commit is contained in:
parent
be8d8ded3f
commit
b21fce4d6f
52 changed files with 812 additions and 765 deletions
|
@ -11,7 +11,7 @@ struct HeapInfo
|
|||
{
|
||||
static const u32 id_base = 1;
|
||||
static const u32 id_step = 1;
|
||||
static const u32 id_count = 32767;
|
||||
static const u32 id_count = 1023;
|
||||
|
||||
const std::string name;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue