diff options
author | Fire-Head <Fire-Head@users.noreply.github.com> | 2020-06-27 23:31:45 +0200 |
---|---|---|
committer | Fire-Head <Fire-Head@users.noreply.github.com> | 2020-06-27 23:31:45 +0200 |
commit | 233792e2b872ed400955bb3da113bd82234cfa09 (patch) | |
tree | 28e4417328ba0c401266246e7c8f1fe46843ae94 /src/core/Frontend_PS2.h | |
parent | mips overdose (diff) | |
download | re3-233792e2b872ed400955bb3da113bd82234cfa09.tar re3-233792e2b872ed400955bb3da113bd82234cfa09.tar.gz re3-233792e2b872ed400955bb3da113bd82234cfa09.tar.bz2 re3-233792e2b872ed400955bb3da113bd82234cfa09.tar.lz re3-233792e2b872ed400955bb3da113bd82234cfa09.tar.xz re3-233792e2b872ed400955bb3da113bd82234cfa09.tar.zst re3-233792e2b872ed400955bb3da113bd82234cfa09.zip |
Diffstat (limited to 'src/core/Frontend_PS2.h')
-rw-r--r-- | src/core/Frontend_PS2.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/core/Frontend_PS2.h b/src/core/Frontend_PS2.h index 950c1abd..2f226dc3 100644 --- a/src/core/Frontend_PS2.h +++ b/src/core/Frontend_PS2.h @@ -193,12 +193,7 @@ public: static float fMapCenterX; #endif -#ifdef IMPROVED_VIDEOMODE - //int32 m_nPrefsWidth = 1280 ;//640; - //int32 m_nPrefsHeight = 960;//480; - //int32 m_nPrefsWidth = 1024; - //int32 m_nPrefsHeight = 768; - +#ifdef IMPROVED_VIDEOMODE int32 m_nPrefsWidth = 640; int32 m_nPrefsHeight = 480; int32 m_nPrefsDepth = 32; |