From 81d9cce70c5a41b2791ab9cd5e69d4732becc34d Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Fri, 6 Nov 2015 01:28:05 +0100 Subject: VideoCommon: rename TextureCache to TextureCacheBase --- Source/Core/VideoCommon/BPStructs.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Source/Core/VideoCommon/BPStructs.cpp') diff --git a/Source/Core/VideoCommon/BPStructs.cpp b/Source/Core/VideoCommon/BPStructs.cpp index 0b94fcc2cc..6dc505c28e 100644 --- a/Source/Core/VideoCommon/BPStructs.cpp +++ b/Source/Core/VideoCommon/BPStructs.cpp @@ -224,9 +224,9 @@ static void BPWritten(const BPCmd& bp) if (PE_copy.copy_to_xfb == 0) { // bpmem.zcontrol.pixel_format to PEControl::Z24 is when the game wants to copy from ZBuffer (Zbuffer uses 24-bit Format) - TextureCache::CopyRenderTargetToTexture(destAddr, PE_copy.tp_realFormat(), destStride, - bpmem.zcontrol.pixel_format, srcRect, - !!PE_copy.intensity_fmt, !!PE_copy.half_scale); + TextureCacheBase::CopyRenderTargetToTexture(destAddr, PE_copy.tp_realFormat(), destStride, + bpmem.zcontrol.pixel_format, srcRect, + !!PE_copy.intensity_fmt, !!PE_copy.half_scale); } else { -- cgit v1.2.3