mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 20:01:53 +00:00
Fixes a build failure with clang 17. The destructor needs to be in the cpp file, since we have a forward declared std::unique_ptr type as part of the class. So technically the default inline destructor could invoke without seeing the full data type definition. |
||
---|---|---|
.. | ||
Clipper.cpp | ||
Clipper.h | ||
CMakeLists.txt | ||
CopyRegion.h | ||
EfbCopy.cpp | ||
EfbCopy.h | ||
EfbInterface.cpp | ||
EfbInterface.h | ||
NativeVertexFormat.h | ||
Rasterizer.cpp | ||
Rasterizer.h | ||
SetupUnit.cpp | ||
SetupUnit.h | ||
SWBoundingBox.cpp | ||
SWBoundingBox.h | ||
SWGfx.cpp | ||
SWGfx.h | ||
SWmain.cpp | ||
SWOGLWindow.cpp | ||
SWOGLWindow.h | ||
SWRenderer.cpp | ||
SWRenderer.h | ||
SWTexture.cpp | ||
SWTexture.h | ||
SWVertexLoader.cpp | ||
SWVertexLoader.h | ||
Tev.cpp | ||
Tev.h | ||
TextureCache.h | ||
TextureEncoder.cpp | ||
TextureEncoder.h | ||
TextureSampler.cpp | ||
TextureSampler.h | ||
TransformUnit.cpp | ||
TransformUnit.h | ||
Vec3.h | ||
VideoBackend.h |