mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-25 11:58:36 -06:00
rsx: Unconditionally set MSAA flags if MSAA is active
This commit is contained in:
parent
1943d9819f
commit
78b8bd80e4
@ -628,7 +628,7 @@ namespace rsx
|
||||
ensure(write_tag);
|
||||
last_use_tag = write_tag;
|
||||
|
||||
if (resolve_surface)
|
||||
if (spp > 1 && sample_layout != surface_sample_layout::null)
|
||||
{
|
||||
msaa_flags |= rsx::surface_state_flags::require_resolve;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user