hle gcm: Fix cellGcmGetNotifyDataAddress
This commit is contained in:
@@ -151,7 +151,7 @@ u32 cellGcmGetNotifyDataAddress(u32 index)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
return (entry << 20) + (index * 0x20);
|
return (entry << 20) + (index * 0x40);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user