We have a game we're releasing on PS4 and PS5. PS4 is required to be in SDK 9.0, PS5 is required to be in SDK 5.0.
Since updating to Wwise version 2019.2.15, we can now build for PS5 SDK 5.0. But PS4 libraries are forcibly built for SDK 9.5 as a result of this Wwise upgrade, a version too far for our submission.
As per this documentation, we have managed to rebuild the AkSoundEngine.prx file/s to target SDK 9.0.
But the Wwise plugins (e.g. AkMotion.prx) is still targeting SDK 9.5, forcing our PS4 package to be an SDK 9.5 package.
So the question is how can we rebuild the plugins, such as AkMotion, to target SDK 9.0 in the same way we did AkSoundEngine?