mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Bump BMAXPAGESIZE to 16384
x86 stuff will only ever return 4096, but 64-bit ARM supports 16K. git-svn-id: https://svn.eduke32.com/eduke32@8077 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
c17db80734
commit
7849693aef
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ char *Bstrupr(char *s)
|
|||
}
|
||||
#endif
|
||||
|
||||
#define BMAXPAGESIZE 8192
|
||||
#define BMAXPAGESIZE 16384
|
||||
|
||||
int Bgetpagesize(void)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue