From 17d0be339a64d21ae07a06a5133159f355abccef Mon Sep 17 00:00:00 2001 From: Xavier ASUS Date: Wed, 10 Apr 2019 19:58:10 +0200 Subject: 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 --- Source/Gfx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source') 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 -- cgit v1.2.3