mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-14 10:21:21 +00:00
rsx: Fix vertex texture invalidation
This commit is contained in:
parent
58d8c65990
commit
e48ec75896
@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user