mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 13:14:15 -04:00
exo: update for 11.0.0
This commit is contained in:
parent
ad6dd60474
commit
a685842804
4 changed files with 8 additions and 5 deletions
|
@ -24,7 +24,7 @@ namespace ams::pkg2 {
|
|||
constexpr inline int PayloadCount = 3;
|
||||
|
||||
constexpr inline int MinimumValidDataVersion = 0; /* We allow older package2 to load; this value is currently 0x10 in Nintendo's code. */
|
||||
constexpr inline int CurrentBootloaderVersion = 0xD;
|
||||
constexpr inline int CurrentBootloaderVersion = 0xE;
|
||||
|
||||
struct Package2Meta {
|
||||
using Magic = util::FourCC<'P','K','2','1'>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue