Ryzom checks for 0 allocated AGP/Video RAM, so lie max. here instead of saying 0.

--HG--
branch : gsoc2013-dfighter
hg/feature/gsoc2013-dfighter
dfighter1985 11 years ago
parent adab29e5a6
commit 0d98540f2e

@ -332,8 +332,8 @@ public:
virtual bool copyTextToClipboard(const ucstring &text);
virtual bool pasteTextFromClipboard(ucstring &text);
uint32 getAvailableVertexAGPMemory (){ return 0; };
uint32 getAvailableVertexVRAMMemory (){ return 0; };
uint32 getAvailableVertexAGPMemory (){ return uint32( -1 ); };
uint32 getAvailableVertexVRAMMemory (){ return uint32( -1 ); };
virtual emptyProc getWindowProc();

Loading…
Cancel
Save