Merge pull request #11528 from HyperspaceMadness/Increase_Shader_Parameter_Count_to_512

Increase_Shader_Parameter_Count_to_512
This commit is contained in:
Autechre 2020-11-07 17:35:30 +01:00 committed by GitHub
commit 64c0abdf0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ RETRO_BEGIN_DECLS
#endif
#ifndef GFX_MAX_PARAMETERS
#define GFX_MAX_PARAMETERS 256
#define GFX_MAX_PARAMETERS 512
#endif
#ifndef GFX_MAX_FRAME_HISTORY