mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-28 23:13:02 +00:00
Bump max mod size to 35MB
This commit is contained in:
parent
dec1fb9665
commit
83c3e03231
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
#include "src/pc/platform.h"
|
#include "src/pc/platform.h"
|
||||||
#include "mod.h"
|
#include "mod.h"
|
||||||
|
|
||||||
#define MAX_MOD_SIZE (15 * 1048576) // 15MB
|
#define MAX_MOD_SIZE (35 * 1048576) // 35MB
|
||||||
#define TMP_DIRECTORY "tmp"
|
#define TMP_DIRECTORY "tmp"
|
||||||
|
|
||||||
struct Mods {
|
struct Mods {
|
||||||
|
|
Loading…
Reference in a new issue