Skip to content

Commit f91d3d5

Browse files
committed
Prioritize slang over glsl in auto preset loader
1 parent bd56674 commit f91d3d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gfx/video_shader_parse.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2783,7 +2783,7 @@ static bool video_shader_load_shader_preset_internal(
27832783
{
27842784
/* Shader preset priority, highest to lowest
27852785
* only important for video drivers with multiple shader backends */
2786-
RARCH_SHADER_GLSL, RARCH_SHADER_SLANG, RARCH_SHADER_CG, RARCH_SHADER_HLSL
2786+
RARCH_SHADER_SLANG, RARCH_SHADER_GLSL, RARCH_SHADER_CG, RARCH_SHADER_HLSL
27872787
};
27882788

27892789
flags.flags = 0;

0 commit comments

Comments
 (0)