yuzu/src
Lioncash 05ef9dfc10 file-sys: Default heavy-weight class destructors in the cpp file
Several classes have a lot of non-trivial members within them, or don't
but likely should have the destructor defaulted in the cpp file for
future-proofing/being more friendly to forward declarations.

Leaving the destructor unspecified allows the compiler to inline the
destruction code all over the place, which is generally undesirable from
a code bloat perspective.
2018-09-19 19:34:08 -04:00
..
audio_core time_stretch: Remove unused <array> include 2018-09-17 15:08:34 -04:00
common Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
core file-sys: Default heavy-weight class destructors in the cpp file 2018-09-19 19:34:08 -04:00
input_common Port #4141 from citra: Joystick hotplug support (#1275) 2018-09-10 21:29:59 -04:00
tests Merge pull request #1327 from FearlessTobi/port-4171 2018-09-17 09:54:31 -04:00
video_core gl_rasterizer: Fix StartAddress handling with indexed draw calls. 2018-09-19 09:22:30 +02:00
yuzu Merge pull request #1326 from FearlessTobi/port-4182 2018-09-17 09:51:47 -04:00
yuzu_cmd Invalid default value of username in yuzu_cmd (#1334) 2018-09-18 19:58:28 -04:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt audio_core: Add initial code for keeping track of audout state. 2018-07-27 22:33:31 -04:00