mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
sceNp2Init: use u32 in poolsize
This commit is contained in:
parent
f83385926b
commit
286d62d09c
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ error_code sceNpMatching2Init2(u64 stackSize, s32 priority, vm::ptr<SceNpMatchin
|
|||
error_code sceNpMatching2Term(ppu_thread& ppu);
|
||||
error_code sceNpMatching2Term2();
|
||||
|
||||
error_code sceNp2Init(u64 poolsize, vm::ptr<void> poolptr)
|
||||
error_code sceNp2Init(u32 poolsize, vm::ptr<void> poolptr)
|
||||
{
|
||||
sceNp2.warning("sceNp2Init(poolsize=0x%x, poolptr=*0x%x)", poolsize, poolptr);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue