diff options
| author | degasus <wickmarkus@web.de> | 2017-12-02 17:16:58 +0100 |
|---|---|---|
| committer | degasus <markus@selfnet.de> | 2017-12-06 09:30:03 +0100 |
| commit | 02dd062518aba4aabe39f588d6c23d85db834a8d (patch) | |
| tree | 7439634e9594dd2e83839d3e7474df5d12f047b6 /Source/Core/VideoBackends/Software | |
| parent | cde02b5b5f5d300d9a5cb04233aee5e45b42bc93 (diff) | |
VideoCommon: Drop now unused efb2tex matrix generation.
Diffstat (limited to 'Source/Core/VideoBackends/Software')
| -rw-r--r-- | Source/Core/VideoBackends/Software/TextureCache.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Core/VideoBackends/Software/TextureCache.h b/Source/Core/VideoBackends/Software/TextureCache.h index d676d67a6e..13a70002f2 100644 --- a/Source/Core/VideoBackends/Software/TextureCache.h +++ b/Source/Core/VideoBackends/Software/TextureCache.h @@ -26,8 +26,7 @@ public: private: void CopyEFBToCacheEntry(TCacheEntry* entry, bool is_depth_copy, const EFBRectangle& src_rect, - bool scale_by_half, unsigned int cbuf_id, const float* colmat, - EFBCopyFormat dst_format, bool is_intensity) override + bool scale_by_half, EFBCopyFormat dst_format, bool is_intensity) override { // TODO: If we ever want to "fake" vram textures, we would need to implement this } |
