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