mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 06:51:26 +12:00
rsx: Fix vertex texture invalidation
This commit is contained in:
parent
58d8c65990
commit
e48ec75896
1 changed files with 2 additions and 2 deletions
|
@ -225,9 +225,9 @@ namespace rsx
|
||||||
template<u32 index>
|
template<u32 index>
|
||||||
struct set_vertex_texture_dirty_bit
|
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…
Add table
Add a link
Reference in a new issue