Commit Graph

22883 Commits (a5a94f52ffcbf3119d272a9369021a213ea6dad2)
 

Author SHA1 Message Date
Lioncash dcca650599 kernel/physical_core: Ensure is_interrupted is always initialized
Lioncash dddc9bb8f1 kernel/thread: Ensure stack_top and argument are always initialized
Lioncash 4769d798f9 kernel/kernel: Ensure shutdown threads are always initialized
Morph 7381f873e9 externals: Bump dynarmic to 6.4.0
Uses the tagged, versioned release instead.
liamwhite 3b19f741bd
Merge pull request from abouvier/unbundle
cmake: prefer system libraries
liamwhite c7f32300b2
Merge pull request from FernandoS27/poke-great
Vulkan: Implement Alpha coverage
Fernando Sahmkow 6352c5dc31 Vulkan: Implement Alpha coverage
Narr the Reg 752236caad input_common: Allow mifare files
Mai a52d0b82a6
Merge pull request from liamwhite/uninit
service_thread: fix uninitialized memory usage
Liam cec3a3cd5a service_thread: fix uninitialized memory usage
liamwhite 3b9db85646
Merge pull request from bunnei/audio-default-thread
hle: service: audio: Use default service thread.
liamwhite 522e7c5663
Merge pull request from ameerj/per-game-profile
Configuration: Add per-game input profiles
liamwhite ec547824f1
Merge pull request from liamwhite/vk12
vulkan_common: promote extension usages to core when possible
Narr the Reg 919b4acfea
Merge pull request from liamwhite/cmake-mess
yuzu-cmd: link SDL2 correctly
Alexandre Bouvier 8e17b5469f cmake: prefer system libraries
Liam 0cbfdf7ecb yuzu-cmd: link SDL2 correctly
Liam 157981cac5 vulkan_common: add feature test for shaderDrawParameters
Liam 18831e0933 vulkan_common: clean up extension usage
Liam ea56d8f388 vulkan_common: correct usage of timeline semaphore fallbacks
Liam f23f875dd8 vulkan_common: ensure all mandatory features are tested in feature report
Liam 06a67d2bbd vulkan_common: unsuffix 16-bit storage feature test structure
Liam bbc1809951 vulkan_common: unsuffix timeline semaphore feature test structure
Liam a9633ba8b2 vulkan_common: add logicOp to feature report
Liam 7fc6514be1 vulkan_common: promote host query reset usage to core
Liam e44a804ec7 vulkan_common: promote descriptor update template usage to core
Liam a948ab3e48 vulkan_common: promote timeline semaphore usage to core
liamwhite f4b5570e7c
Merge pull request from jbeich/xbyak-no-install
externals: don't install xbyak as part of yuzu install
liamwhite 02b10a6e4d
Merge pull request from liamwhite/externals
externals: update dynarmic, SDL2
Liam 6d2c597371 externals: update dynarmic, SDL2
Jan Beich 14440b195c externals: disable xbyak install targets after cbaf642ffe
Prevent yuzu from trying to install bundled xbyak as it'd likely
conflict with system xbyak package.

Error: Orphaned: include/xbyak/xbyak.h
Error: Orphaned: include/xbyak/xbyak_bin2hex.h
Error: Orphaned: include/xbyak/xbyak_mnemonic.h
Error: Orphaned: include/xbyak/xbyak_util.h
Error: Orphaned: lib/cmake/xbyak/xbyak-config-version.cmake
Error: Orphaned: lib/cmake/xbyak/xbyak-config.cmake
Error: Orphaned: lib/cmake/xbyak/xbyak-targets.cmake
bunnei f77cc6c412
Merge pull request from liamwhite/null
video_core: add null backend
liamwhite 75e16547f8
Merge pull request from ameerj/pch
CMake: Use precompiled headers to improve compile times
liamwhite 22aff09b33
Merge pull request from liamwhite/fruit-company
general: fix compile for Apple Clang
liamwhite ac0721a4bc
Merge pull request from vonchenplus/draw_indexed
video_core: Fine tuning the index drawing judgment logic
Matías Locatti c043ba8467
Merge pull request from liamwhite/new-vulkan-init
Vulkan: update initialization
Matías Locatti 9a5d8b356a
Merge pull request from liamwhite/gs
shader_recompiler: add gl_Layer translation GS for older hardware
Liam 6072b22a0b core: add option to break on unmapped access
liamwhite d8bd52c6f1
Merge pull request from Morph1984/when-the-network-is-down
service: nifm: Update stubs for Submit/GetRequestState/GetResult
Narr the Reg a4725bcb73 service: nfc: Implement mifare service
liamwhite dcc663e1bf
Merge pull request from lat9nq/occam-ffmpeg
CMake: Fix FFmpeg find module
Liam 3ef006b5ab shader_recompiler: add gl_Layer translation GS for older hardware
Feng Chen cb5400b34d video_core: Fine tuning the index drawing judgment logic
lat9nq e67b829cc7 ci/clang: Enable bundled FFmpeg
Explicitly use the bundled FFmpeg version, since we were auto-choosing
it before.
lat9nq 5ff19890e9 CMake: Fix FFmpeg find module
Uses find_package_handle_standard_args to handle the find_package call
from the root CMakeLists. Removes all the unnecessary logic after the
find_package and just sets it to REQUIRED.
Mai 2d2be2facf
Merge pull request from zhaobot/tx-update-20221201025957
Update translations (2022-12-01)
The yuzu Community 5e647fe69a Update translations (2022-12-01)
Liam be05cb640c vulkan_common: quiet some validation errors
ameerj 5b5612c1cc CMake: Consolidate common PCH headers
ameerj 3c39c0ac3e string_util: Fix Mingw compile error
Co-Authored-By: liamwhite <9658600+liamwhite@users.noreply.github.com>
Fernando S 4e89979c87
Merge pull request from yuzu-emu/fix-audio-suspend
AudioCore: Take suspend lock when stalling the running process.