mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 03:08:36 +12:00
IdManager improved
This commit is contained in:
parent
6c189511af
commit
591a6c8671
43 changed files with 408 additions and 307 deletions
|
@ -9,6 +9,10 @@ extern logs::channel sysPrxForUser;
|
|||
|
||||
struct HeapInfo
|
||||
{
|
||||
static const u32 id_base = 1;
|
||||
static const u32 id_step = 1;
|
||||
static const u32 id_count = 32767;
|
||||
|
||||
const std::string name;
|
||||
|
||||
HeapInfo(const char* name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue