rsx: Fix surface options hint mechanism
- Silly typo
This commit is contained in:
@@ -720,9 +720,9 @@ namespace rsx
|
|||||||
set_surface_dirty_bit(rsx, reg, arg);
|
set_surface_dirty_bit(rsx, reg, arg);
|
||||||
}
|
}
|
||||||
|
|
||||||
void set_surface_options_dirty_bit(thread* rsx, u32 reg, u32)
|
void set_surface_options_dirty_bit(thread* rsx, u32 reg, u32 arg)
|
||||||
{
|
{
|
||||||
if (reg != method_registers.register_previous_value)
|
if (arg != method_registers.register_previous_value)
|
||||||
{
|
{
|
||||||
rsx->on_framebuffer_options_changed(reg);
|
rsx->on_framebuffer_options_changed(reg);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user