aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier ASUS <xavi92psx@gmail.com>2019-04-10 19:58:10 +0200
committerXavier ASUS <xavi92psx@gmail.com>2019-04-10 19:58:10 +0200
commit17d0be339a64d21ae07a06a5133159f355abccef (patch)
treea7a63bb6823abeb769582825ba6056ea6edb2c4d
parent8fcf5bf1f74873f49b792d3e3f661a2e7feda673 (diff)
X screen resolution reduced from 384 to 368
In fact, even if PSXSDK seems to support 384px, NoCash's specs state only 368px is supported, at most
-rw-r--r--Source/Gfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Gfx.h b/Source/Gfx.h
index 23f0156..f6cbb83 100644
--- a/Source/Gfx.h
+++ b/Source/Gfx.h
@@ -12,7 +12,7 @@
* Defines
* *************************************/
-#define X_SCREEN_RESOLUTION 384
+#define X_SCREEN_RESOLUTION 368
#define Y_SCREEN_RESOLUTION 240
#define VRAM_W 1024
#define VRAM_H 512