PSV: sceKernelCreateThread and sceKernelStartThread

Some fixes in callback manager
This commit is contained in:
Nekotekina 2014-11-10 03:21:50 +03:00
parent ac20cf0060
commit c8d4193f08
24 changed files with 102 additions and 38 deletions

View file

@ -7,6 +7,7 @@
#include "RSXThread.h"
#include "Emu/SysCalls/Callback.h"
#include "Emu/SysCalls/CB_FUNC.h"
#include "Emu/SysCalls/lv2/sys_time.h"
#define ARGS(x) (x >= count ? OutOfArgsCount(x, cmd, count, args.addr()) : args[x].ToLE())