mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 23:59:49 -04:00
ams: bump version to 0.14.0, add emummc info configitem
This commit is contained in:
parent
f168542931
commit
9bd6916646
4 changed files with 9 additions and 1 deletions
|
@ -221,6 +221,7 @@ namespace ams::spl {
|
|||
ExosphereHasRcmBugPatch = 65004,
|
||||
ExosphereBlankProdInfo = 65005,
|
||||
ExosphereAllowCalWrites = 65006,
|
||||
ExosphereEmummcType = 65007,
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -233,3 +234,4 @@ constexpr inline SplConfigItem SplConfigItem_ExosphereGitCommitHash = static_ca
|
|||
constexpr inline SplConfigItem SplConfigItem_ExosphereHasRcmBugPatch = static_cast<SplConfigItem>(65004);
|
||||
constexpr inline SplConfigItem SplConfigItem_ExosphereBlankProdInfo = static_cast<SplConfigItem>(65005);
|
||||
constexpr inline SplConfigItem SplConfigItem_ExosphereAllowCalWrites = static_cast<SplConfigItem>(65006);
|
||||
constexpr inline SplConfigItem SplConfigItem_ExosphereEmummcType = static_cast<SplConfigItem>(65007);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue