mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-13 14:44:23 -04:00
fusee_cpp: improve/fix file-based emummc
This commit is contained in:
parent
2247f97cdc
commit
320f0bbcfd
2 changed files with 21 additions and 16 deletions
|
@ -23,7 +23,7 @@ namespace ams::fs {
|
|||
|
||||
namespace {
|
||||
|
||||
constexpr size_t MaxFiles = 8;
|
||||
constexpr size_t MaxFiles = 8 + 64;
|
||||
constexpr size_t MaxDirectories = 2;
|
||||
|
||||
constinit bool g_is_sd_mounted = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue