(RSX) Set RSX_MAX_SHADERS back to 2 - makes no difference to the array

bound warnings
This commit is contained in:
libretroadmin 2023-02-20 17:11:05 +01:00
parent 761b87a61b
commit 947de1218a
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
#define RSX_MAX_BUFFERS 2 #define RSX_MAX_BUFFERS 2
#define RSX_MAX_MENU_BUFFERS 2 #define RSX_MAX_MENU_BUFFERS 2
#define RSX_MAX_TEXTURES 4 #define RSX_MAX_TEXTURES 4
#define RSX_MAX_SHADERS 10 #define RSX_MAX_SHADERS 2
#define RSX_MAX_VERTICES 4 #define RSX_MAX_VERTICES 4
#define RSX_MAX_TEXTURE_VERTICES 4096 // Set > 0 for preallocated texture vertices #define RSX_MAX_TEXTURE_VERTICES 4096 // Set > 0 for preallocated texture vertices
#define RSX_MAX_FONT_VERTICES 8192 #define RSX_MAX_FONT_VERTICES 8192