Skip to content
Snippets Groups Projects
Commit b4edc49c authored by pippin's avatar pippin Committed by pippin
Browse files

ctx: set number of concurrent textures to 32

parent 43ac0833
No related branches found
No related tags found
1 merge request!110ctx,st3m: increment the frame-clock of the texture cache context
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
#define CTX_ENABLE_SHADOW_BLUR 0 #define CTX_ENABLE_SHADOW_BLUR 0
#define CTX_FONTS_FROM_FILE 0 #define CTX_FONTS_FROM_FILE 0
#define CTX_MAX_KEYDB 16 #define CTX_MAX_KEYDB 16
#define CTX_MAX_TEXTURES 16 #define CTX_MAX_TEXTURES 32
#define CTX_PARSER_MAXLEN 512 #define CTX_PARSER_MAXLEN 512
#define CTX_PARSER_FIXED_TEMP 1 #define CTX_PARSER_FIXED_TEMP 1
#define CTX_CURRENT_PATH 1 #define CTX_CURRENT_PATH 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment