13111 Commits (da2cbc76fc35520e45607e7e933eb07993a4dfc7)

Author SHA1 Message Date
David Marcec da2cbc76fc Addressed issues 6 years ago
David Marcec e5adcda905 Fix constbuffer for 0217920100488FF7 6 years ago
David Marcec 74e48d2a98 Macro HLE support 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
VolcaEM b9e6687af0 account: Update function tables and add missing classes (#4145) 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
Morph eaa3067fa8 hid: Implement Get/ResetGyroscopeZeroDriftMode 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
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
Lioncash 8e0a422ec3 buffer_cache: Eliminate local variable shadowing 6 years ago
MerryMage b26ff8fa86 input_common/motion_emu: Remove redundant move 6 years ago
MerryMage 38f25284c8 input_common/keyboard: Remove redundant move 6 years ago
MerryMage b8983782ca mii_model: Remove redundant std::move 6 years ago
David Marcec 39ef4c6d57 Fix compilation when not building with boxcat 6 years ago
MerryMage 82b575087f macro_jit_x64: Remove unused function Read 6 years ago
ReinUsesLisp 31e538de2a vk_update_descriptor: Upload descriptor sets data directly 6 years ago
ReinUsesLisp a0cbf4f4e8 arm_dynarmic_32: Fix implicit conversion error in SetTPIDR_EL0 6 years ago
MerryMage 638087a937 bootmanager: Remove references to OpenGL for macOS 6 years ago
MerryMage 23d63c30e1 memory_manager: Explicitly specifcy std::min<size_t> 6 years ago
MerryMage 042bb8824b shared_font: Service::NS::EncryptSharedFont takes a size_t& 6 years ago
MerryMage 470ba358f9 vk_rasterizer: BindTransformFeedbackBuffersEXT accepts a size of type VkDeviceSize 6 years ago
MerryMage abf5dd9d60 renderer_vulkan: Fix macOS GetBundleDirectory reference 6 years ago
MerryMage ce9c74b4df memory_util: boost hashes are size_t 6 years ago
MerryMage 61ba55fcc1 Rename PAGE_SHIFT to PAGE_BITS 6 years ago
Morph 5874c2da9c vk_sampler_cache: Emulate GL_LINEAR/NEAREST minification filters 6 years ago
Morph 687473de86 maxwell_to_vk: Reorder filter cases and correct mipmap_filter=None 6 years ago
Morph 1cff2bea24 maxwell_to_gl: Miscellaneous changes 6 years ago
MerryMage c0be8dd9d8 macro_jit_x64: Inline Engines::Maxwell3D::GetRegisterValue 6 years ago
MerryMage 8055a71e00 arm_dynarmic_cp15: Implement CNTPCT 6 years ago
MerryMage 0ac9600204 arm_dynarmic_cp15: Update CP15 6 years ago
MerryMage fc1c12b2c9 arm_dynarmic_32: InterpreterFallback should never happen 6 years ago
MerryMage 3585126153 macro_jit_x64: Optimization implicitly assumes same destination 6 years ago
MerryMage b12de7b4e5 macro_jit_x64: Should not skip zero registers for certain ALU ops 6 years ago
Morph 0c9a78da75 gl_device: Reserve at least 4 image bindings for fragment stage 6 years ago
MerryMage 482bc63e56 macro_jit_x64: Remove NEXT_PARAMETER 6 years ago