diff options
| author | Xavier ASUS <xavi92psx@gmail.com> | 2019-04-10 19:58:10 +0200 |
|---|---|---|
| committer | Xavier ASUS <xavi92psx@gmail.com> | 2019-04-10 19:58:10 +0200 |
| commit | 17d0be339a64d21ae07a06a5133159f355abccef (patch) | |
| tree | a7a63bb6823abeb769582825ba6056ea6edb2c4d | |
| parent | 8fcf5bf1f74873f49b792d3e3f661a2e7feda673 (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.h | 2 |
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 |
