yuzu/src
Lioncash b15e1a3501 common/tree: Convert defines over to templates
Reworks the tree header to operate off of templates as opposed to a
series of defines.

This allows all tree facilities to obey namespacing rules, and also
allows this code to be used within modules once compiler support is in
place.

This also gets rid to use a macro to define functions and structs for
necessary data types. With templates, these will be generated when
they're actually used, eliminating the need for the separate
declaration.
2021-01-12 16:46:36 -05:00
..
audio_core Merge pull request #5264 from 16-Bit-Dog/patch-1 2020-12-31 01:46:53 -08:00
common common/tree: Convert defines over to templates 2021-01-12 16:46:36 -05:00
core hle: kernel: thread: Preserve thread wait reason for debugging only. 2021-01-11 14:23:17 -08:00
input_common general: Fix various spelling errors 2021-01-02 10:23:41 -05:00
tests tests/ring_buffer: Silence signed/unsigned mismatch warnings 2021-01-08 23:14:38 -03:00
video_core Merge pull request #5231 from ReinUsesLisp/dyn-bindings 2021-01-08 12:24:46 -08:00
web_service web_service: follow-up fix to #4842 ... 2020-10-28 23:16:06 -06:00
yuzu hle: kernel: thread: Preserve thread wait reason for debugging only. 2021-01-11 14:23:17 -08:00
yuzu_cmd config: Enable docked mode by default 2021-01-10 09:37:38 -05:00
yuzu_tester config: Enable docked mode by default 2021-01-10 09:37:38 -05:00
.clang-format
CMakeLists.txt cmake: Enforce C4101 2021-01-10 01:16:25 -05:00