Skip to content

Commit 8c4b65f

Browse files
committed
Set max video memory to 2 GBs
1 parent 7e2254a commit 8c4b65f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dllmain/BuildNo.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define BUILD_NUMBER 8301
1+
#define BUILD_NUMBER 8302

ddraw/IDirectDrawTypes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
class m_IDirectDrawX;
66

7-
static constexpr DWORD MaxVidMemory = 512 * 1024 * 1024; // 512 MBs
8-
static constexpr DWORD MinUsedVidMemory = 8 * 1024; // 8 KBs
7+
static constexpr DWORD MaxVidMemory = 2047 * 1024 * 1024; // 2 GBs
8+
static constexpr DWORD MinUsedVidMemory = 8 * 1024; // 8 KBs
99

1010
static constexpr D3DFORMAT D9DisplayFormat = D3DFMT_X8R8G8B8;
1111

0 commit comments

Comments
 (0)