- 03 Dec, 2022 3 commits
- 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 21 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
-
liamwhite authored
video_core/surface: Eliminate casts in GetFormatType()
-
liamwhite authored
producer_listener: Add virtual destructor to IProducerListener
-
liamwhite authored
consumer_base: Pass std::shared_ptr by const reference
-
liamwhite authored
syncpoint_manager: Reduce redundant bounds checks
-
lat9nq authored
Trying to be lazy and alias SDL2 to SDL2-static causes issues in later versions of CMake. Just use the same condition to tell which one to use.
-
Morph authored
-
lat9nq authored
-
Lioncash authored
We can just compare directly and get rid of verbose casting.
-
Lioncash authored
Several member variables are shared_ptr's to this base class. Even though producer listeners are still unimplemented, this ensures we always have consistent deletion behavior once this ends up being used polymorphically.
-