mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
rsx/common: Track transform constant update.
This commit is contained in:
parent
9404cd5cd8
commit
79dc835378
3 changed files with 3 additions and 0 deletions
|
@ -280,6 +280,7 @@ namespace rsx
|
|||
};
|
||||
m_rtts_dirty = true;
|
||||
memset(m_textures_dirty, -1, sizeof(m_textures_dirty));
|
||||
m_transform_constants_dirty = true;
|
||||
}
|
||||
|
||||
thread::~thread()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue