From 745f8f962739058ace09bbdc2ea6a0666ba34e92 Mon Sep 17 00:00:00 2001 From: kd-11 Date: Mon, 11 Mar 2019 20:18:54 +0300 Subject: [PATCH] rsx: Remove pointless assert --- rpcs3/Emu/RSX/Common/texture_cache.h | 1 - 1 file changed, 1 deletion(-) diff --git a/rpcs3/Emu/RSX/Common/texture_cache.h b/rpcs3/Emu/RSX/Common/texture_cache.h index 824f13046d..5ff22380d7 100644 --- a/rpcs3/Emu/RSX/Common/texture_cache.h +++ b/rpcs3/Emu/RSX/Common/texture_cache.h @@ -2098,7 +2098,6 @@ namespace rsx if (last.width >= internal_width && last.height >= internal_height) { - verify(HERE), last.surface->test(); return process_framebuffer_resource_fast(cmd, last.surface, texaddr, tex.format(), tex_width, tex_height, depth, extended_dimension, tex.remap(), tex.decoded_remap(), false); }