1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-23 11:13:19 +01:00

hle gcm: Fix cellGcmGetNotifyDataAddress

This commit is contained in:
eladash 2018-12-06 14:09:17 +02:00 committed by kd-11
parent 415b995a54
commit fd894d4c69

View File

@ -151,7 +151,7 @@ u32 cellGcmGetNotifyDataAddress(u32 index)
return 0; return 0;
} }
return (entry << 20) + (index * 0x20); return (entry << 20) + (index * 0x40);
} }
/* /*