emummc: update to support 18.1.0

This commit is contained in:
Michael Scire 2024-06-10 22:16:24 -07:00
parent 9eb92f37db
commit 257ac2bd33
4 changed files with 129 additions and 0 deletions

View file

@ -104,6 +104,9 @@ enum FS_VER
FS_VER_18_0_0,
FS_VER_18_0_0_EXFAT,
FS_VER_18_1_0,
FS_VER_18_1_0_EXFAT,
FS_VER_MAX,
};