15778 Commits (bf87c33d404b963f8dffedffffce7cd3d9920aa3)

Author SHA1 Message Date
Morph 7031765c6f config: Enable docked mode by default 5 years ago
Morph 02f068cd8f cmake: Enforce C4101 5 years ago
Morph dd29408b26 yuzu_cmd: Silence unreferenced local variable warning 5 years ago
Morph f658307735 general: Resolve C4062 warnings on MSVC 5 years ago
ReinUsesLisp 7e3b53c5be common/div_ceil: Return numerator type 5 years ago
ReinUsesLisp 4154a16ce4 cmake: Enforce C4062, C4265, C4388, and C5038 5 years ago
ReinUsesLisp d27f026a50 file_sys/registered_cache: Silence virtual functions without override warnings 5 years ago
ReinUsesLisp 53cf598783 core: Silence unhandled enum in switch warnings 5 years ago
ReinUsesLisp 148a3c173a tests/ring_buffer: Silence signed/unsigned mismatch warnings 5 years ago
german b28282edab Stub IsCpuOverclockEnabled 5 years ago
ReinUsesLisp ecb015995e vk_fence_manager: Use timeline semaphores instead of spin waits 5 years ago
Ameer J 21ff77c366 remove inaccurate reference 5 years ago
ameerj 30f3faf3e2 fix for nvdec disabled, cleanup host1x 5 years ago
ameerj 762de858e6 nvdec syncpt incorporation 5 years ago
MerryMage 6562054749 vulkan_library: Common::DynamicLibrary::Open is [[nodiscard]] 5 years ago
MerryMage 7a302cdec2 texture_cache: Replace PAGE_SHIFT with PAGE_BITS 5 years ago
ReinUsesLisp 5e3be575ad core: Enforce C4715 (not all control paths return a value) 5 years ago
ReinUsesLisp 64d9ef5e7a core: Silence warnings when compiling without asserts 5 years ago
ReinUsesLisp 2fb40db5fc vk_rasterizer: Skip binding empty descriptor sets on compute 5 years ago
ameerj 2faecc2720 buffer_queue: Protect queue_sequence list access with a mutex 5 years ago
FearlessTobi 9263d3e4cc yuzu/configure_filesystem: Remove "Select Cache Directory" option 6 years ago
ReinUsesLisp ac94649acc vulkan_device: Allow creating a device without surface 5 years ago
ReinUsesLisp eb04c63df5 renderer_vulkan/nsight_aftermath_tracker: Move to vulkan_common 5 years ago
ReinUsesLisp fc515aed5f renderer_vulkan: Move device abstraction to vulkan_common 5 years ago
ReinUsesLisp d8569c3af4 gl_texture_cache: Avoid format views on Intel and AMD 5 years ago
ReinUsesLisp 77e7412d3e gl_texture_cache: Create base images with sRGB 5 years ago
FearlessTobi ae1899577f Address review comments 5 years ago
xperia64 34bacedd1a Delete the old log file before rotating (#5675) 5 years ago
ReinUsesLisp aa08e1bfbf renderer_vulkan: Rename VKDevice to Device 5 years ago
Lioncash fb9624da9d main: Resolve error string not displaying 5 years ago
bunnei a8aea907f4 Fix the old log file to work with the log parser. 5 years ago
xperia64 1c775a3f66 Rotate previous log file to '.old' if it exists 5 years ago
bunnei a86ae9fa3c hle: service: nvflinger: buffer_queue: Do not reset id/layer_id on Connect. 5 years ago
MerryMage c535205f1c dynarmic: Add Unsafe_InaccurateNaN optimization 5 years ago
Morph 23413c0d44 general: Fix various spelling errors 5 years ago
Fernando Sahmkow 659fb51dd9 X86/NativeClock: Reimplement RTDSC access to be lock free. 5 years ago
Fernando Sahmkow 50dd9a423a X86/NativeClock: Improve performance of clock calculations on hot path. 5 years ago
Timotej Leginus 1af054a76f typo fix 5 years ago
Morph dd73d7eb8e configure_input: Modify controller connection delay 5 years ago
MerryMage e3490b55c1 memory: Remove MemoryHook 5 years ago
gal20 6e102ea048 yuzu/main: fix mouse not showing on move and port citra-emu/citra#5476 5 years ago
Lioncash 99790b1eb4 main: Make the loader error dialog fully translatable 5 years ago
Lioncash c1908af95a main: Tidy up enum comparison 5 years ago
ReinUsesLisp e92031e767 vulkan_instance: Allow different Vulkan versions and enforce 1.1 5 years ago
ReinUsesLisp 9c39c02012 vk_device: Use an array to report lacking device limits 5 years ago
ReinUsesLisp c5fc83ae74 vk_device: Stop initialization when device is not suitable 5 years ago
ReinUsesLisp 8bc3e20760 renderer_vulkan: Remove two step initialization on VKDevice 5 years ago
ReinUsesLisp 69c145b484 renderer_vulkan: Throw when enumerating devices fails 5 years ago
ReinUsesLisp 7334e9e212 renderer_vulkan: Initialize surface in separate file 5 years ago
ReinUsesLisp bb5903c665 renderer_vulkan: Catch and report exceptions 5 years ago