13938 Commits (d2a084b683bf625f2543dadd78056fa7a6eebbb2)

Author SHA1 Message Date
David Marcec 55b6b3cada Implement GetKeyCodeMap & GetKeyCodeMap2 6 years ago
ReinUsesLisp 0c086bfa66 gl_shader_cache: Avoid use after move for program size 6 years ago
Ameer 39ca7c675c cleanup check access, read, and factory GetNextInput funcs. Use size rather than magic number 6 years ago
Ameer ef0b52563d Fix deallocation of GC Adapter 6 years ago
Morph c4ca93ac19 yuzu_tester: Silence type conversion warning 6 years ago
Morph e9bee77481 lm: Silence no return value warning 6 years ago
Ameer e8c8a5bafd Small quality of life indication that mapped button is GC 6 years ago
ReinUsesLisp 43e5214413 shader/half_set: Implement HSET2_IMM 6 years ago
Ameer f071a70fec std::array and const reference passing of non-trivial objects 6 years ago
ameerj 14bb562028 Update src/input_common/main.cpp 6 years ago
VolcaEM b9e6687af0 account: Update function tables and add missing classes (#4145) 6 years ago
Fernando Sahmkow 57926f80c0 TextureCache: Fix case where layer goes off bound. 6 years ago
unknown c352c30597 Reorder variables to comply with the Auzure build pipeline 6 years ago
Morph 75e120056f arm_dynarmic_64: Log the instruction when an exception is raised 6 years ago
Morph 393197f37c arm_dynarmic_32: Log under Core_ARM instead of HW_GPU 6 years ago
ReinUsesLisp ec8465e843 renderer_vulkan: Update validation layer name and test before enabling 6 years ago
Ameer 5479427335 Tidy up the pointers, use pair over tuple where appropriate 6 years ago
Ameer a0f8f1dc5e fix for sleep using stl 6 years ago
Ameer 92a812d815 shared_ptr for the GC adapter class, constexpr constants 6 years ago
Ameer 4a54dc6bbf std::arrays where appropriate, clear q in adapter class, other touch ups 6 years ago
Ameer 5ebed7b1bb fix include thread 6 years ago
Ameer eddf2d0f4e Singleton GC Adapter class, remove globals, fix naming convention 6 years ago
Morph eaa3067fa8 hid: Implement Get/ResetGyroscopeZeroDriftMode 6 years ago
Ameer 77ae7fe5dd Clang Formatting 6 years ago
Ameer 243dbee81e Cleanup after linter 6 years ago
Ameer dbe1ad4fe4 GC Adapter Implementation 6 years ago
VolcaEM fc68fb9ff5 Correct function name (2/2) 6 years ago
VolcaEM 7f61427719 Correct function name (1/2) 6 years ago
VolcaEM ba50f8b8e6 Clang-format 6 years ago
VolcaEM 2d1d304a4d Remove unnecessary conversion 6 years ago
VolcaEM 5e324ef05d Address review comment by Lioncash 6 years ago
VolcaEM b453eca31f Add a "Open Mods Page" button to the GUI 6 years ago
Morph 11ea8fa16b gl_shader_decompiler: Enable GL_EXT_texture_shadow_lod if available 6 years ago
Morph a6aa5f526c gl_device: Check for GL_EXT_texture_shadow_lod 6 years ago
FearlessTobi 18fed8039b Fix: fatal error CVT1100 when compiling manifest file 6 years ago
MerryMage 0192b77e5b macro_jit_x64: Use ecx for shift register 6 years ago
Lioncash 096ce9a75e texture_cache: Fix incorrect address used in a DeduceSurface() call 6 years ago
Lioncash 5f8e8ba92d software_keyboard: Eliminate trivial redundant copies 6 years ago
Morph 9c5847125f main: Append AVX and FMA instructions to cpu string 6 years ago
Morph 5482a4a272 common/telemetry: Add AVX512 to telemetry 6 years ago
Morph d0a762a6a8 common/cpu_detect: Add AVX512 detection 6 years ago
Morph 1e9be249e1 decode/image: Implement B10G11R11F 6 years ago
Lioncash 64418ecaee gl_arb_decompiler: Avoid several string copies 6 years ago
Lioncash 9ba25c342f vulkan/wrapper: Remove noexcept from GetSurfaceCapabilitiesKHR() 6 years ago
Lioncash 909f289531 macro_jit_x64: Correct readability of Compile_ExtractShiftLeftImmediate() 6 years ago
Lioncash d7fa20d641 macro_jit_x64: Correct readability of Compile_ExtractShiftLeftRegister() 6 years ago
Lioncash a99150a132 macro_jit_x64: Remove unused variable 6 years ago
Lioncash 693ec509d7 memory_manager: Eliminate variable shadowing 6 years ago
David Marcec 55654b5a12 Add translation of "Current Boxcat Events" 6 years ago
Lioncash f8e0f67e22 macro_jit_x64: Eliminate variable shadowing in Compile_ProcessResult() 6 years ago