mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 17:11:23 +00:00
rsx: Fix surface options hint mechanism
- Silly typo
This commit is contained in:
parent
c6a9a5d5d7
commit
f3637cdfdb
@ -720,9 +720,9 @@ namespace rsx
|
||||
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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user