aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-01-10Merge pull request #5312 from german77/overclockenabledbunnei
2021-01-10config: Enable docked mode by defaultMorph
2021-01-10cmake: Enforce C4101Morph
2021-01-10yuzu_cmd: Silence unreferenced local variable warningMorph
2021-01-09Merge pull request #5320 from ReinUsesLisp/div-ceil-typeLC
2021-01-09general: Resolve C4062 warnings on MSVCMorph
2021-01-09common/div_ceil: Return numerator typeReinUsesLisp
2021-01-09cmake: Enforce C4062, C4265, C4388, and C5038ReinUsesLisp
2021-01-09file_sys/registered_cache: Silence virtual functions without override warningsReinUsesLisp
2021-01-08core: Silence unhandled enum in switch warningsReinUsesLisp
2021-01-08tests/ring_buffer: Silence signed/unsigned mismatch warningsReinUsesLisp
2021-01-08Merge pull request #5231 from ReinUsesLisp/dyn-bindingsbunnei
2021-01-08Stub IsCpuOverclockEnabledgerman
2021-01-08vk_fence_manager: Use timeline semaphores instead of spin waitsReinUsesLisp
2021-01-07remove inaccurate referenceAmeer J
2021-01-07fix for nvdec disabled, cleanup host1xameerj
2021-01-07nvdec syncpt incorporationameerj
2021-01-07vulkan_library: Common::DynamicLibrary::Open is [[nodiscard]]MerryMage
2021-01-07texture_cache: Replace PAGE_SHIFT with PAGE_BITSMerryMage
2021-01-06Merge pull request #5288 from ReinUsesLisp/workaround-garbageMorph
2021-01-05Merge pull request #5293 from ReinUsesLisp/return-valuesbunnei
2021-01-05Merge pull request #5289 from ReinUsesLisp/vulkan-devicebunnei
2021-01-05core: Enforce C4715 (not all control paths return a value)ReinUsesLisp
2021-01-05core: Silence warnings when compiling without assertsReinUsesLisp
2021-01-04Merge pull request #5292 from ReinUsesLisp/empty-setLC
2021-01-04Merge pull request #5261 from gal20/hide_mouse_patchbunnei
2021-01-04vk_rasterizer: Skip binding empty descriptor sets on computeReinUsesLisp
2021-01-04buffer_queue: Protect queue_sequence list access with a mutexameerj
2021-01-04yuzu/configure_filesystem: Remove "Select Cache Directory" optionFearlessTobi
2021-01-04vulkan_device: Allow creating a device without surfaceReinUsesLisp
2021-01-04renderer_vulkan/nsight_aftermath_tracker: Move to vulkan_commonReinUsesLisp
2021-01-04renderer_vulkan: Move device abstraction to vulkan_commonReinUsesLisp
2021-01-04Merge pull request #5286 from ReinUsesLisp/rename-vk-deviceRodrigo Locatti
2021-01-04gl_texture_cache: Avoid format views on Intel and AMDReinUsesLisp
2021-01-04gl_texture_cache: Create base images with sRGBReinUsesLisp
2021-01-04Address review commentsFearlessTobi
2021-01-04Delete the old log file before rotating (#5675)xperia64
2021-01-03Merge pull request #5285 from lioncash/error-strRodrigo Locatti
2021-01-03renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp
2021-01-03Merge pull request #5230 from ReinUsesLisp/vulkan-commonRodrigo Locatti
2021-01-03main: Resolve error string not displayingLioncash
2021-01-03Merge pull request #5278 from MerryMage/cpuopt_unsafe_inaccurate_nanbunnei
2021-01-03Merge pull request #5279 from bunnei/buffer-queue-connectbunnei
2021-01-03Fix the old log file to work with the log parser.bunnei
2021-01-03Rotate previous log file to '.old' if it existsxperia64
2021-01-02Merge pull request #5267 from lioncash/localizebunnei
2021-01-02hle: service: nvflinger: buffer_queue: Do not reset id/layer_id on Connect.bunnei
2021-01-02dynarmic: Add Unsafe_InaccurateNaN optimizationMerryMage
2021-01-02general: Fix various spelling errorsMorph
2021-01-02X86/NativeClock: Reimplement RTDSC access to be lock free.Fernando Sahmkow