We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e2254a commit 8c4b65fCopy full SHA for 8c4b65f
Dllmain/BuildNo.rc
@@ -1 +1 @@
1
-#define BUILD_NUMBER 8301
+#define BUILD_NUMBER 8302
ddraw/IDirectDrawTypes.h
@@ -4,8 +4,8 @@
4
5
class m_IDirectDrawX;
6
7
-static constexpr DWORD MaxVidMemory = 512 * 1024 * 1024; // 512 MBs
8
-static constexpr DWORD MinUsedVidMemory = 8 * 1024; // 8 KBs
+static constexpr DWORD MaxVidMemory = 2047 * 1024 * 1024; // 2 GBs
+static constexpr DWORD MinUsedVidMemory = 8 * 1024; // 8 KBs
9
10
static constexpr D3DFORMAT D9DisplayFormat = D3DFMT_X8R8G8B8;
11
0 commit comments