mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00: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
|
|
@ -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>;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue