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.
This converts it into a regular constructor parameter. There's no need to make this a template parameter on the class when it functions perfectly well as a constructor argument. This also reduces the amount of code bloat produced by the compiler, as it doesn't need to generate the same code for multiple different instantiations of the same class type, but with a different fill value. |
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 | 9 years ago | |
CMakeLists.txt | 7 years ago |