diff options
author | aap <aap@papnet.eu> | 2020-06-21 14:50:00 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-06-21 14:50:00 +0200 |
commit | 98baa36f1a83362a67c46c2eb75539876b64b5b9 (patch) | |
tree | b8051af78f2479d156729b640b5b336158b1f22a /src/core/common.h | |
parent | ps2 cam transitions done (hopefully) (diff) | |
download | re3-98baa36f1a83362a67c46c2eb75539876b64b5b9.tar re3-98baa36f1a83362a67c46c2eb75539876b64b5b9.tar.gz re3-98baa36f1a83362a67c46c2eb75539876b64b5b9.tar.bz2 re3-98baa36f1a83362a67c46c2eb75539876b64b5b9.tar.lz re3-98baa36f1a83362a67c46c2eb75539876b64b5b9.tar.xz re3-98baa36f1a83362a67c46c2eb75539876b64b5b9.tar.zst re3-98baa36f1a83362a67c46c2eb75539876b64b5b9.zip |
Diffstat (limited to 'src/core/common.h')
-rw-r--r-- | src/core/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/common.h b/src/core/common.h index ff1feb5c..196c3cd7 100644 --- a/src/core/common.h +++ b/src/core/common.h @@ -111,7 +111,7 @@ inline uint32 ldb(uint32 p, uint32 s, uint32 w) #define SCREEN_WIDTH ((float)RsGlobal.width) #define SCREEN_HEIGHT ((float)RsGlobal.height) #define SCREEN_ASPECT_RATIO (CDraw::GetAspectRatio()) -#define SCREEN_VIEWWINDOW (Tan(DEGTORAD(CDraw::GetFOV() * 0.5f))) +#define SCREEN_VIEWWINDOW (Tan(DEGTORAD(CDraw::GetScaledFOV() * 0.5f))) // This scales from PS2 pixel coordinates to the real resolution #define SCREEN_STRETCH_X(a) ((a) * (float) SCREEN_WIDTH / DEFAULT_SCREEN_WIDTH) |