Get rid of warning

This commit is contained in:
twinaphex 2018-01-11 23:05:10 +01:00
parent c78a33ba8f
commit 8dd6328fb7
1 changed files with 2 additions and 0 deletions

View File

@ -266,6 +266,8 @@ static INLINE unsigned gl_wrap_type_to_enum(enum gfx_wrap_type type)
return GL_REPEAT;
case RARCH_WRAP_MIRRORED_REPEAT:
return GL_MIRRORED_REPEAT;
default:
break;
}
return 0;