You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
7 years ago
..
audio_core time_stretch: Remove unused <array> include 7 years ago
common Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
core file-sys: Default heavy-weight class destructors in the cpp file 7 years ago
input_common Port #4141 from citra: Joystick hotplug support (#1275) 7 years ago
tests Merge pull request #1327 from FearlessTobi/port-4171 7 years ago
video_core gl_rasterizer: Fix StartAddress handling with indexed draw calls. 7 years ago
yuzu Merge pull request #1326 from FearlessTobi/port-4182 7 years ago
yuzu_cmd Invalid default value of username in yuzu_cmd (#1334) 7 years ago
.clang-format
CMakeLists.txt