summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-12-05emulated_controller: Remove unused parameter in GetMappedDevices()Lioncash
This isn't used, so it can be removed to make the function a little nicer.
2022-12-05emulated_controller: Use std::move() in GetMappedDevices()Lioncash
Avoids churning allocations in a loop.
2022-12-05emulated_console: Amend cast in SetTouch()Lioncash
id is an int value, not a u32.
2022-12-05emulated_console: std::move() ParamPackages and callbacks where applicableLioncash
2022-12-05kernel/k_shared_memory: Ensure device_memory is always initializedLioncash
2022-12-05kernel/k_memory_block: Ensure members are always initializedLioncash
2022-12-05kernel/physical_core: Ensure is_interrupted is always initializedLioncash
2022-12-05kernel/thread: Ensure stack_top and argument are always initializedLioncash
2022-12-05kernel/kernel: Ensure shutdown threads are always initializedLioncash
2022-12-05Merge pull request #6833 from abouvier/unbundleliamwhite
cmake: prefer system libraries
2022-12-05Vulkan: Implement Alpha coverageFernando Sahmkow
2022-12-04input_common: Allow mifare filesNarr the Reg
2022-12-04Merge pull request #9381 from liamwhite/uninitMai
service_thread: fix uninitialized memory usage
2022-12-04service_thread: fix uninitialized memory usageLiam
2022-12-04Merge pull request #9232 from bunnei/audio-default-threadliamwhite
hle: service: audio: Use default service thread.
2022-12-04Merge pull request #9273 from ameerj/per-game-profileliamwhite
Configuration: Add per-game input profiles
2022-12-04Merge pull request #9372 from liamwhite/vk12liamwhite
vulkan_common: promote extension usages to core when possible
2022-12-04cmake: prefer system librariesAlexandre Bouvier
2022-12-04yuzu-cmd: link SDL2 correctlyLiam
2022-12-04vulkan_common: add feature test for shaderDrawParametersLiam
2022-12-04vulkan_common: clean up extension usageLiam
2022-12-04vulkan_common: correct usage of timeline semaphore fallbacksLiam
2022-12-04vulkan_common: ensure all mandatory features are tested in feature reportLiam
2022-12-04vulkan_common: unsuffix 16-bit storage feature test structureLiam
2022-12-04vulkan_common: unsuffix timeline semaphore feature test structureLiam
2022-12-04vulkan_common: add logicOp to feature reportLiam
2022-12-04vulkan_common: promote host query reset usage to coreLiam
2022-12-04vulkan_common: promote descriptor update template usage to coreLiam
2022-12-04vulkan_common: promote timeline semaphore usage to coreLiam
2022-12-04Merge pull request #9374 from liamwhite/externalsliamwhite
externals: update dynarmic, SDL2
2022-12-04externals: update dynarmic, SDL2Liam
2022-12-03Merge pull request #9344 from liamwhite/nullbunnei
video_core: add null backend
2022-12-03Merge pull request #9300 from ameerj/pchliamwhite
CMake: Use precompiled headers to improve compile times
2022-12-03Merge pull request #9289 from liamwhite/fruit-companyliamwhite
general: fix compile for Apple Clang
2022-12-03Merge pull request #9353 from vonchenplus/draw_indexedliamwhite
video_core: Fine tuning the index drawing judgment logic
2022-12-02Merge pull request #9303 from liamwhite/new-vulkan-initMatías Locatti
Vulkan: update initialization
2022-12-02Merge pull request #9363 from liamwhite/gsMatías Locatti
shader_recompiler: add gl_Layer translation GS for older hardware
2022-12-02core: add option to break on unmapped accessLiam
2022-12-01Merge pull request #9348 from Morph1984/when-the-network-is-downliamwhite
service: nifm: Update stubs for Submit/GetRequestState/GetResult
2022-12-01service: nfc: Implement mifare serviceNarr the Reg
2022-12-01shader_recompiler: add gl_Layer translation GS for older hardwareLiam
2022-12-01video_core: Fine tuning the index drawing judgment logicFeng Chen
2022-11-30vulkan_common: quiet some validation errorsLiam
2022-11-30CMake: Consolidate common PCH headersameerj
2022-11-30string_util: Fix Mingw compile errorameerj
Co-Authored-By: liamwhite <9658600+liamwhite@users.noreply.github.com>
2022-11-30Merge pull request #9320 from yuzu-emu/fix-audio-suspendFernando S
AudioCore: Take suspend lock when stalling the running process.
2022-11-29audio_core: sink_stream: Hold the suspend lock when process is stalled.bunnei
- Prevents us from clashing with other callers trying to un/stall.
2022-11-29CMake: Disable PCH on MSVC + Buildcache configsameerj
2022-11-30Respect render mode overrideKelebek1
2022-11-29Merge pull request #9349 from lat9nq/cmake-322Morph
CMakeLists: Bump minimum required CMake version to 3.22