mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00:00
emummc: add enums for 16.0.3
This commit is contained in:
parent
e9b9dbc2aa
commit
81e9154a52
1 changed files with 3 additions and 0 deletions
3
emummc/source/FS/FS_versions.h
vendored
3
emummc/source/FS/FS_versions.h
vendored
|
@ -95,6 +95,9 @@ enum FS_VER
|
||||||
FS_VER_16_0_0,
|
FS_VER_16_0_0,
|
||||||
FS_VER_16_0_0_EXFAT,
|
FS_VER_16_0_0_EXFAT,
|
||||||
|
|
||||||
|
FS_VER_16_0_3,
|
||||||
|
FS_VER_16_0_3_EXFAT,
|
||||||
|
|
||||||
FS_VER_MAX,
|
FS_VER_MAX,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue