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 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.
5 years ago
..
audio_core audren: Implement RendererInfo 5 years ago
common Merge pull request #4086 from MerryMage/abi 5 years ago
core arm_dynarmic_32: Fix implicit conversion error in SetTPIDR_EL0 5 years ago
input_common input_common: fix build when SDL2 is disabled 5 years ago
tests Merge pull request #3697 from lioncash/declarations 5 years ago
video_core gl_arb_decompiler: Avoid several string copies 5 years ago
web_service Replace externals with Conan (#3735) 5 years ago
yuzu Merge pull request #4041 from ReinUsesLisp/arb-decomp 5 years ago
yuzu_cmd Merge pull request #3966 from Morph1984/hide-internal-resolution-ui 5 years ago
yuzu_tester yuzu/frontend: Remove internal resolution option 5 years ago
.clang-format
CMakeLists.txt CMakeLists: Make missing declarations a compile-time error 5 years ago