mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Merge pull request #2586 from Monroe88/patch-3
(video_shader_parse.h) Increase max parameters to 128
This commit is contained in:
commit
030f380a6b
@ -39,7 +39,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef GFX_MAX_PARAMETERS
|
#ifndef GFX_MAX_PARAMETERS
|
||||||
#define GFX_MAX_PARAMETERS 64
|
#define GFX_MAX_PARAMETERS 128
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
enum rarch_shader_type
|
enum rarch_shader_type
|
||||||
|
Loading…
x
Reference in New Issue
Block a user