Miles: upgrade sound engine to v10.0.47.7

Internal structure 'IntProjectData_t' has changed, padding size adjusted to accommodate changes.
Sound engine taken from retail build R5pc_r5-61_J318_CL651503_2020_10_14_18_51.
This commit is contained in:
Kawe Mazidjatari 2024-05-29 17:56:55 +02:00
parent 6b0f3a2fdd
commit ecf6cbcef0

View File

@ -31,7 +31,7 @@ namespace Miles
// internal project data structure
struct IntProjectData_t
{
char gap0[0xCF0];
char gap0[0xE28];
int bankCount;
BankHeader_t** loadedBanks;
};