mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 21:24:11 -04:00
strat: use util::FourCC where relevant
This commit is contained in:
parent
145ee8fcc8
commit
38f942adf5
5 changed files with 10 additions and 10 deletions
|
@ -21,7 +21,7 @@ namespace ams::emummc {
|
|||
namespace {
|
||||
|
||||
/* Convenience Definitions. */
|
||||
constexpr u32 StorageMagic = 0x30534645; /* EFS0 */
|
||||
constexpr u32 StorageMagic = util::FourCC<'E','F','S','0'>::Code;
|
||||
constexpr size_t MaxDirLen = 0x7F;
|
||||
|
||||
/* Types. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue