summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Vulkan/TextureCache.cpp
diff options
context:
space:
mode:
authordegasus <wickmarkus@web.de>2016-12-26 21:33:57 +0100
committerdegasus <wickmarkus@web.de>2016-12-26 22:10:32 +0100
commitabf9bb170bf954220a50921a10f57eaa30e17779 (patch)
tree426fe0f2604b147b4869ff9b3e87706a24c3d3a9 /Source/Core/VideoBackends/Vulkan/TextureCache.cpp
parent04f319066dd13917dc652855eec3614bc79c56f7 (diff)
TextureCache: Drop unused parameter in backend API.
Diffstat (limited to 'Source/Core/VideoBackends/Vulkan/TextureCache.cpp')
-rw-r--r--Source/Core/VideoBackends/Vulkan/TextureCache.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Core/VideoBackends/Vulkan/TextureCache.cpp b/Source/Core/VideoBackends/Vulkan/TextureCache.cpp
index edd2d4165d..5a73106476 100644
--- a/Source/Core/VideoBackends/Vulkan/TextureCache.cpp
+++ b/Source/Core/VideoBackends/Vulkan/TextureCache.cpp
@@ -431,9 +431,9 @@ void TextureCache::TCacheEntry::Load(const u8* buffer, unsigned int width, unsig
}
}
-void TextureCache::TCacheEntry::FromRenderTarget(u8* dst, bool is_depth_copy,
- const EFBRectangle& src_rect, bool scale_by_half,
- unsigned int cbufid, const float* colmat)
+void TextureCache::TCacheEntry::FromRenderTarget(bool is_depth_copy, const EFBRectangle& src_rect,
+ bool scale_by_half, unsigned int cbufid,
+ const float* colmat)
{
// A better way of doing this would be nice.
FramebufferManager* framebuffer_mgr =