mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
rsx: Fix surface options hint mechanism
- Silly typo
This commit is contained in:
parent
c6a9a5d5d7
commit
f3637cdfdb
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue