rsx: Fix vertex texture invalidation

This commit is contained in:
kd-11 2024-04-14 21:35:04 +03:00 committed by kd-11
parent 58d8c65990
commit e48ec75896

View File

@ -225,9 +225,9 @@ namespace rsx
template<u32 index>
struct set_vertex_texture_dirty_bit
{
static void impl(context* ctx, u32 reg, u32 arg)
static void impl(context* ctx, u32 /*reg*/, u32 /*arg*/)
{
util::set_vertex_texture_dirty_bit(ctx, index);
}
};