blob: 67258205e9be1319304d235df7687563a977e425 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
return {
["Anti Alias"] = 16,
["Bits Per Pixel"] = 16,
["Device Type"] = "BEST",
["Display Adapter"] = 0,
["Double Buffer"] = true,
["Multithreaded"] = false,
["Driver Type"] = "NULL",
["Fullscreen"] = false,
["Stencil Buffer"] = true,
["Stereo Buffer"] = false,
["VSync"] = true,
["Window Width"] = 640,
["Window Height"] = 480,
}
|