mirror of https://github.com/yuzu-mirror/yuzu
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.
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 | 7 years ago | |
| common | 7 years ago | |
| core | 7 years ago | |
| input_common | 7 years ago | |
| tests | 7 years ago | |
| video_core | 7 years ago | |
| yuzu | 7 years ago | |
| yuzu_cmd | 7 years ago | |
| .clang-format | ||
| CMakeLists.txt | ||