- 04 Dec, 2022 7 commits
- 03 Dec, 2022 5 commits
-
-
Jan Beich authored
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 authored
video_core: add null backend
-
liamwhite authored
CMake: Use precompiled headers to improve compile times
-
liamwhite authored
general: fix compile for Apple Clang
-
liamwhite authored
video_core: Fine tuning the index drawing judgment logic
-
- 02 Dec, 2022 3 commits
-
-
Matías Locatti authored
Vulkan: update initialization
-
Matías Locatti authored
shader_recompiler: add gl_Layer translation GS for older hardware
-
liamwhite authored
service: nifm: Update stubs for Submit/GetRequestState/GetResult
-
- 01 Dec, 2022 7 commits
-
-
liamwhite authored
CMake: Fix FFmpeg find module
-
Liam authored
-
Feng Chen authored
-
lat9nq authored
Explicitly use the bundled FFmpeg version, since we were auto-choosing it before.
-
lat9nq authored
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 authored
Update translations (2022-12-01)
-
The yuzu Community authored
-
- 30 Nov, 2022 6 commits
-
-
ameerj authored
-
ameerj authored
Co-Authored-By: liamwhite <9658600+liamwhite@users.noreply.github.com>
-
Fernando S authored
AudioCore: Take suspend lock when stalling the running process.
-
bunnei authored
- Prevents us from clashing with other callers trying to un/stall.
-
ameerj authored
-
Morph authored
CMakeLists: Bump minimum required CMake version to 3.22
-
- 29 Nov, 2022 12 commits
-
-
ameerj authored
-
ameerj authored
Includes precompiled headers commit
-
ameerj authored
-
liamwhite authored
startup_checks: Use Windows flow for *nix
-
liamwhite authored
input_common: Pump SDL events from main thread
-
liamwhite authored
engines: Remove unnecessary casts
-
liamwhite authored
host1x/syncpoint_manager: Pass DeregisterAction() handle as const-ref
-
Lioncash authored
We can just pass the function object through, and if it's a valid function, then it will automatically be converted.
-
Lioncash authored
The handle is only compared against and not modified in any way, so we can pass it by const reference. This also allows us to mark the respective parameters for DeregisterGuestAction() and DeregisterHostAction() as const references as well.
-
Lioncash authored
Otherwise this is technically creating a signed int result that gets converted. Just a consistency change. While we're in the area, we can mark Samples() as const.
-
Lioncash authored
In a few cases we have some casts that can be trivially removed.
-
liamwhite authored
nvdrv: Simplify builder declarations
-