mirror of
https://github.com/nzp-team/glquake.git
synced 2025-04-22 09:31:18 +00:00
Reinstate previous memory configuration
This commit is contained in:
parent
11e30de19f
commit
e0310852d4
1 changed files with 5 additions and 1 deletions
|
@ -309,7 +309,11 @@ int main (int argc, char **argv)
|
|||
|
||||
chdir("sdmc:/3ds/nzportable");
|
||||
|
||||
parms.memsize = 64 * 1024 * 1024;
|
||||
if (new3ds_flag == true)
|
||||
parms.memsize = 64 * 1024 * 1024;
|
||||
else
|
||||
parms.memsize = 16 * 1024 * 1024;
|
||||
|
||||
parms.membase = malloc (parms.memsize);
|
||||
parms.basedir = ".";
|
||||
|
||||
|
|
Loading…
Reference in a new issue