From 58a53951735aba77899ea8f8910a6b68dc52449a Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 6 Sep 2016 18:57:58 -0400 Subject: TextureCacheBase: Eliminate static state --- Source/Core/VideoBackends/Software/SWmain.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp') diff --git a/Source/Core/VideoBackends/Software/SWmain.cpp b/Source/Core/VideoBackends/Software/SWmain.cpp index 1ecd9517c8..44d0475ca9 100644 --- a/Source/Core/VideoBackends/Software/SWmain.cpp +++ b/Source/Core/VideoBackends/Software/SWmain.cpp @@ -64,11 +64,7 @@ private: { TCacheEntry(const TCacheEntryConfig& _config) : TCacheEntryBase(_config) {} ~TCacheEntry() {} - void Load(unsigned int width, unsigned int height, unsigned int expanded_width, - unsigned int level) override - { - } - + void Load(const u8* buffer, u32 width, u32 height, u32 expanded_width, u32 level) override {} void FromRenderTarget(u8* dst, PEControl::PixelFormat srcFormat, const EFBRectangle& srcRect, bool scaleByHalf, unsigned int cbufid, const float* colmat) override { -- cgit v1.2.3