Quote:
Originally Posted by Toastman
[Video]
Resolution=1280,1024,60,22
|
It's the value for the DirectX's enum for the 32bit color depth of the screen buffer (C++ programmers know what I'm talking about (D3DDISPLAYMODE.Format of D3DFORMAT type and 22 stands for D3DFMT_X8R8G8B8)). More info on
http://msdn2.microsoft.com/en-us/library/bb172548.aspx and
http://msdn2.microsoft.com/en-us/library/bb172558(VS.85).aspx
In short, don't change it