mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[Vulkan] Add missing line to mark a texture as watched
This commit is contained in:
parent
4248f9ed19
commit
68017eadea
|
|
@ -408,6 +408,7 @@ void TextureCache::WatchTexture(Texture* texture) {
|
|||
}
|
||||
|
||||
watched_textures_.push_back(watched_texture);
|
||||
texture->is_watched = true;
|
||||
}
|
||||
|
||||
memory_->WatchPhysicalMemoryWrite(address, size);
|
||||
|
|
|
|||
Loading…
Reference in a new issue