IdManager improved

lv2_obj for kernel objects
Simple lookup (vector)
Another idm API refactoring
This commit is contained in:
Nekotekina 2017-01-29 19:50:18 +03:00
parent be8d8ded3f
commit b21fce4d6f
52 changed files with 812 additions and 765 deletions

View file

@ -809,8 +809,8 @@ s32 sceKernelWaitMultipleEventsCB(vm::ptr<SceKernelWaitEvent> pWaitEventList, s3
struct psp2_event_flag final
{
static const u32 id_base = 1;
static const u32 id_step = 1;
static const u32 id_count = 32767;
static const u32 id_step = 2;
static const u32 id_count = 8192;
using ipc = ipc_manager<psp2_event_flag, std::string>;