From a95e87d14df060512e5678ba866591a39fd90a02 Mon Sep 17 00:00:00 2001 From: kd-11 Date: Thu, 14 Sep 2023 21:31:20 +0300 Subject: [PATCH] rsx::io_buffer cleanup --- rpcs3/{ => Emu/RSX/Common}/io_buffer.h | 7 ------- rpcs3/emucore.vcxproj | 2 +- rpcs3/emucore.vcxproj.filters | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-) rename rpcs3/{ => Emu/RSX/Common}/io_buffer.h (87%) diff --git a/rpcs3/io_buffer.h b/rpcs3/Emu/RSX/Common/io_buffer.h similarity index 87% rename from rpcs3/io_buffer.h rename to rpcs3/Emu/RSX/Common/io_buffer.h index 876d885f59..7029608f6e 100644 --- a/rpcs3/io_buffer.h +++ b/rpcs3/Emu/RSX/Common/io_buffer.h @@ -27,13 +27,6 @@ namespace rsx public: io_buffer() = default; - io_buffer(const io_buffer& that) - { - m_ptr = that.m_ptr; - m_size = that.m_size; - m_allocator = that.m_allocator; - } - template io_buffer(const T& container) { diff --git a/rpcs3/emucore.vcxproj b/rpcs3/emucore.vcxproj index 8b22fd6b69..5e7215434c 100644 --- a/rpcs3/emucore.vcxproj +++ b/rpcs3/emucore.vcxproj @@ -553,6 +553,7 @@ + @@ -612,7 +613,6 @@ - diff --git a/rpcs3/emucore.vcxproj.filters b/rpcs3/emucore.vcxproj.filters index 87ef6910e7..288c31d939 100644 --- a/rpcs3/emucore.vcxproj.filters +++ b/rpcs3/emucore.vcxproj.filters @@ -2335,7 +2335,7 @@ Emu\NP - + Emu\GPU\RSX\Common