Actually disable writewatch kill in ConvertTexture
This commit is contained in:
@@ -575,7 +575,8 @@ GLuint TextureCache::ConvertTexture(Blitter* blitter, uint32_t guest_address,
|
|||||||
}
|
}
|
||||||
|
|
||||||
// HACK: remove texture from write watch list so readback won't kill us.
|
// HACK: remove texture from write watch list so readback won't kill us.
|
||||||
//*
|
// Not needed now, as readback is disabled.
|
||||||
|
/*
|
||||||
if (texture_entry->write_watch_handle) {
|
if (texture_entry->write_watch_handle) {
|
||||||
memory_->CancelWriteWatch(texture_entry->write_watch_handle);
|
memory_->CancelWriteWatch(texture_entry->write_watch_handle);
|
||||||
texture_entry->write_watch_handle = 0;
|
texture_entry->write_watch_handle = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user