mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Another buildfix
This commit is contained in:
parent
f8317a2a7e
commit
b90c2d440c
@ -2782,7 +2782,7 @@ static bool video_shader_load_shader_preset_internal(
|
|||||||
* only important for video drivers with multiple shader backends */
|
* only important for video drivers with multiple shader backends */
|
||||||
RARCH_SHADER_GLSL, RARCH_SHADER_SLANG, RARCH_SHADER_CG, RARCH_SHADER_HLSL
|
RARCH_SHADER_GLSL, RARCH_SHADER_SLANG, RARCH_SHADER_CG, RARCH_SHADER_HLSL
|
||||||
};
|
};
|
||||||
static enum rarch_shader_type types_trans[] =
|
static enum display_flags types_flags[] =
|
||||||
{
|
{
|
||||||
/* Shader preset priority, highest to lowest
|
/* Shader preset priority, highest to lowest
|
||||||
* only important for video drivers with multiple shader backends */
|
* only important for video drivers with multiple shader backends */
|
||||||
@ -2794,7 +2794,7 @@ static bool video_shader_load_shader_preset_internal(
|
|||||||
|
|
||||||
for (i = 0; i < (int)ARRAY_SIZE(types); i++)
|
for (i = 0; i < (int)ARRAY_SIZE(types); i++)
|
||||||
{
|
{
|
||||||
if (!BIT32_GET(flags.flags, types_trans[i]))
|
if (!BIT32_GET(flags.flags, types_flags[i]))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
/* Concatenate strings into full paths */
|
/* Concatenate strings into full paths */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user