mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 06:51:26 +12:00
hle gcm: Fix cellGcmGetNotifyDataAddress
This commit is contained in:
parent
415b995a54
commit
fd894d4c69
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ u32 cellGcmGetNotifyDataAddress(u32 index)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
return (entry << 20) + (index * 0x20);
|
return (entry << 20) + (index * 0x40);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue