yuzu-mainline/src
Lioncash 5865a10885 gl_arb_decompiler: Avoid several string copies
Variables that are marked as const cannot have the move constructor
invoked when returning from a function (the move constructor requires a
non-const variable so it can "steal" the resources from it.
2020-06-19 23:09:16 -04:00
..
audio_core audren: Implement RendererInfo 2020-06-13 14:04:28 +10:00
common Merge pull request #4086 from MerryMage/abi 2020-06-17 11:20:52 -04:00
core arm_dynarmic_32: Fix implicit conversion error in SetTPIDR_EL0 2020-06-18 16:52:15 -03:00
input_common
tests
video_core gl_arb_decompiler: Avoid several string copies 2020-06-19 23:09:16 -04:00
web_service
yuzu Merge pull request #4041 from ReinUsesLisp/arb-decomp 2020-06-16 14:56:23 -04:00
yuzu_cmd Merge pull request #3966 from Morph1984/hide-internal-resolution-ui 2020-06-16 14:12:17 -04:00
yuzu_tester yuzu/frontend: Remove internal resolution option 2020-06-06 15:56:14 -04:00
.clang-format
CMakeLists.txt