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
This commit is contained in:
Xavier ASUS 2019-04-10 19:58:10 +02:00
parent 8fcf5bf1f7
commit 17d0be339a
1 changed files with 1 additions and 1 deletions

View File

@ -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