archive_dev: Reduce maximum simultaneous opened archives from 32 to 8 in order to conserve memory
This commit is contained in:
parent
75a7312e40
commit
577fe60268
@ -107,7 +107,7 @@ typedef struct
|
|||||||
|
|
||||||
static bool archive_initialized = false;
|
static bool archive_initialized = false;
|
||||||
static s32 archive_device_cwd;
|
static s32 archive_device_cwd;
|
||||||
static archive_fsdevice archive_devices[32];
|
static archive_fsdevice archive_devices[8];
|
||||||
|
|
||||||
/*! @endcond */
|
/*! @endcond */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user