From 9b77febd109210d54efdba9b616c6ff22ff109e7 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sat, 9 Nov 2019 18:13:42 +0100 Subject: [PATCH] RSX: Remove two empty cpp files --- rpcs3/Emu/CMakeLists.txt | 2 -- rpcs3/Emu/RSX/Common/ShaderParam.cpp | 2 -- rpcs3/Emu/RSX/VK/VulkanAPI.cpp | 1 - rpcs3/VKGSRender.vcxproj | 3 +-- rpcs3/VKGSRender.vcxproj.filters | 5 +---- rpcs3/emucore.vcxproj | 1 - rpcs3/emucore.vcxproj.filters | 3 --- 7 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 rpcs3/Emu/RSX/Common/ShaderParam.cpp delete mode 100644 rpcs3/Emu/RSX/VK/VulkanAPI.cpp diff --git a/rpcs3/Emu/CMakeLists.txt b/rpcs3/Emu/CMakeLists.txt index db4aa1af75..7b5d12bd3a 100644 --- a/rpcs3/Emu/CMakeLists.txt +++ b/rpcs3/Emu/CMakeLists.txt @@ -355,7 +355,6 @@ target_sources(rpcs3_emu PRIVATE RSX/Common/BufferUtils.cpp RSX/Common/FragmentProgramDecompiler.cpp RSX/Common/ProgramStateCache.cpp - RSX/Common/ShaderParam.cpp RSX/Common/surface_store.cpp RSX/Common/TextureUtils.cpp RSX/Common/VertexProgramDecompiler.cpp @@ -401,7 +400,6 @@ if(TARGET 3rdparty_vulkan) RSX/VK/VKTexture.cpp RSX/VK/VKVertexBuffers.cpp RSX/VK/VKVertexProgram.cpp - RSX/VK/VulkanAPI.cpp ) endif() diff --git a/rpcs3/Emu/RSX/Common/ShaderParam.cpp b/rpcs3/Emu/RSX/Common/ShaderParam.cpp deleted file mode 100644 index dbd162adcc..0000000000 --- a/rpcs3/Emu/RSX/Common/ShaderParam.cpp +++ /dev/null @@ -1,2 +0,0 @@ -#include "stdafx.h" -#include "ShaderParam.h" \ No newline at end of file diff --git a/rpcs3/Emu/RSX/VK/VulkanAPI.cpp b/rpcs3/Emu/RSX/VK/VulkanAPI.cpp deleted file mode 100644 index fd4f341c7b..0000000000 --- a/rpcs3/Emu/RSX/VK/VulkanAPI.cpp +++ /dev/null @@ -1 +0,0 @@ -#include "stdafx.h" diff --git a/rpcs3/VKGSRender.vcxproj b/rpcs3/VKGSRender.vcxproj index 08ee0447e1..3617becb0b 100644 --- a/rpcs3/VKGSRender.vcxproj +++ b/rpcs3/VKGSRender.vcxproj @@ -58,7 +58,6 @@ - @@ -115,4 +114,4 @@ - \ No newline at end of file + diff --git a/rpcs3/VKGSRender.vcxproj.filters b/rpcs3/VKGSRender.vcxproj.filters index 2409d4bd26..a3f1eb823a 100644 --- a/rpcs3/VKGSRender.vcxproj.filters +++ b/rpcs3/VKGSRender.vcxproj.filters @@ -84,9 +84,6 @@ Source Files - - Source Files - Source Files @@ -112,4 +109,4 @@ Source Files - \ No newline at end of file + diff --git a/rpcs3/emucore.vcxproj b/rpcs3/emucore.vcxproj index 1d432d5f09..5da8364384 100644 --- a/rpcs3/emucore.vcxproj +++ b/rpcs3/emucore.vcxproj @@ -307,7 +307,6 @@ - diff --git a/rpcs3/emucore.vcxproj.filters b/rpcs3/emucore.vcxproj.filters index 9e11c17ff6..c8cfad1337 100644 --- a/rpcs3/emucore.vcxproj.filters +++ b/rpcs3/emucore.vcxproj.filters @@ -173,9 +173,6 @@ Emu\GPU\RSX\Common - - Emu\GPU\RSX\Common - Emu\GPU\RSX\Common