Increase reported audren revision to 11

Some games crash due to requiring an `audren` version greater than 7. The `audren` version can be increased without any issues as `audren` is stubbed and therefore the reported version doesn't matter.
This commit is contained in:
PixelyIon 2022-03-28 20:10:17 +05:30
parent e294fa8c91
commit 7e9b0fec77

View File

@ -7,7 +7,7 @@
namespace skyline {
namespace constant {
constexpr u32 SupportedRevision{7}; //!< The audren revision our implementation supports
constexpr u32 SupportedRevision{11}; //!< The audren revision our implementation supports
constexpr u32 Rev0Magic{util::MakeMagic<u32>("REV0")}; //!< The HOS 1.0 revision magic
constexpr u32 RevMagic{Rev0Magic + (SupportedRevision << 24)}; //!< The revision magic for our supported revision