diff options
| author | Stenzek <stenzek@users.noreply.github.com> | 2017-12-06 19:52:31 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-06 19:52:31 +1000 |
| commit | 9d246800c2a9baea00b643e2f48bf213a8834a30 (patch) | |
| tree | 7439634e9594dd2e83839d3e7474df5d12f047b6 /Source/Core/VideoBackends/Null/TextureCache.h | |
| parent | cde02b5b5f5d300d9a5cb04233aee5e45b42bc93 (diff) | |
| parent | 02dd062518aba4aabe39f588d6c23d85db834a8d (diff) | |
Merge pull request #6227 from degasus/efb2tex_copies
VideoCommon: Drop now unused efb2tex matrix generation.
Diffstat (limited to 'Source/Core/VideoBackends/Null/TextureCache.h')
| -rw-r--r-- | Source/Core/VideoBackends/Null/TextureCache.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Core/VideoBackends/Null/TextureCache.h b/Source/Core/VideoBackends/Null/TextureCache.h index c10b6eaaf8..cf9dfa84a2 100644 --- a/Source/Core/VideoBackends/Null/TextureCache.h +++ b/Source/Core/VideoBackends/Null/TextureCache.h @@ -32,8 +32,7 @@ public: } 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 { } }; |
