mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
- Increased max resolution to 5760x3600, which is enough to do 2x supersampling on the currently
largest resolution monitors available (which is the MacBook Pro with Retina Display's 2880x1800). SVN r3873 (trunk)
This commit is contained in:
parent
11ca707485
commit
44b1879553
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@
|
|||
|
||||
#include "dthinker.h"
|
||||
|
||||
#define MAXWIDTH 2880
|
||||
#define MAXHEIGHT 1800
|
||||
#define MAXWIDTH 5760
|
||||
#define MAXHEIGHT 3600
|
||||
|
||||
const WORD NO_INDEX = 0xffffu;
|
||||
const DWORD NO_SIDE = 0xffffffffu;
|
||||
|
|
Loading…
Reference in a new issue