mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Be more generous with default memory sizes.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@970 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
545b457f02
commit
f1e145867e
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ int main(int argc, char **argv)
|
|||
|
||||
TL_InitLanguages();
|
||||
|
||||
parms.memsize = 0x0800000;
|
||||
parms.memsize = 0x2000000;
|
||||
|
||||
if (parms.memsize < 0x0800000)
|
||||
parms.memsize = 0x0800000;
|
||||
|
|
Loading…
Reference in a new issue