15321 Commits (4d096ef36d4d58a421d7d3fe2f580e683ca5d3fb)
 

Author SHA1 Message Date
Morph 393197f37c arm_dynarmic_32: Log under Core_ARM instead of HW_GPU 6 years ago
Rodrigo Locatti 5384c348b3 Merge pull request #4110 from ReinUsesLisp/direct-upload-sets 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
bunnei d3ac9705d2 Merge pull request #4122 from lioncash/hide 6 years ago
bunnei 24f69a8260 Merge pull request #4126 from lioncash/noexcept 6 years ago
bunnei a14e4ddda9 Merge pull request #4134 from FearlessTobi/port-5322 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 c506cb494f Add libusb dependency 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
bunnei 02e70bc2b9 Merge pull request #4120 from lioncash/arb 6 years ago
FearlessTobi 8a60c059a0 Update manifest file to include new elements that are introduced with Windows 10 later versions 6 years ago
FearlessTobi 18fed8039b Fix: fatal error CVT1100 when compiling manifest file 6 years ago
LC ffb4204d71 Merge pull request #4133 from MerryMage/macrojit-shifts 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
merry c71866674a Merge pull request #4125 from lioncash/macro-shift 6 years ago
merry 86a0258abc Merge pull request #4123 from lioncash/unused-var 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
bunnei 7612c56cff Merge pull request #4099 from MerryMage/macOS-build 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
bunnei d235ebeaf6 Merge pull request #4113 from ogniK5377/boxcat-disable 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
Lioncash 8e0a422ec3 buffer_cache: Eliminate local variable shadowing 6 years ago
bunnei 938e563cd7 Merge pull request #4087 from MerryMage/macrojit-inline-Read 6 years ago