Backface cull. in INI, mouse sensitivity fix, aspect ratio auto as default

This commit is contained in:
erorcun
2020-12-26 12:10:04 +03:00
parent 99a3fe0a13
commit 57098a77ec
4 changed files with 21 additions and 2 deletions

View File

@ -18,7 +18,7 @@ bool gPS2alphaTest = true;
#else
bool gPS2alphaTest = false;
#endif
bool gBackfaceCulling;
bool gBackfaceCulling = true;
#if !defined(FINAL) || defined(DEBUGMENU)
static bool charsetOpen;