1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-03 08:48:42 +00:00

Merge pull request #11609 from HyperspaceMadness/Shader_Increase_Max_Textures_Line

Shader_Increase_Max_Textures_Line
This commit is contained in:
Autechre 2020-11-22 18:30:17 +01:00 committed by GitHub
commit 96af31bce7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ RETRO_BEGIN_DECLS
#endif
#ifndef GFX_MAX_TEXTURES
#define GFX_MAX_TEXTURES 16
#define GFX_MAX_TEXTURES 64
#endif
#ifndef GFX_MAX_VARIABLES