Merge pull request #2586 from Monroe88/patch-3

(video_shader_parse.h) Increase max parameters to 128
This commit is contained in:
Twinaphex 2015-12-24 03:04:27 +01:00
commit 030f380a6b

View File

@ -39,7 +39,7 @@ extern "C" {
#endif
#ifndef GFX_MAX_PARAMETERS
#define GFX_MAX_PARAMETERS 64
#define GFX_MAX_PARAMETERS 128
#endif
enum rarch_shader_type