- 28 Nov, 2022 12 commits
-
-
Morph authored
common/cache_management: Amend header includes
-
Morph authored
input_common/helpers: Mark analog property structs members as static constexpr
-
Morph authored
common/input: Add helper functions for constructing input and output devices
-
Morph authored
yuzu/main: Merge variable declaration into ifdef
-
Lioncash authored
Narrows the include in the header to <cstddef>, since that's what houses size_t's definition, meanwhile the <cstdint> include can be moved into the cpp file.
-
Lioncash authored
These are const with no dependency on any other data members, so we can make these static constexpr to reduce the overall object size.
-
Lioncash authored
Makes the transform calls much nicer to read.
-
Lioncash authored
Avoids the redundancy of needing to explictly specify the common namespace and the type.
-
Lioncash authored
This was previously being passed by value, which was unnecessary and created more allocations than necessary.
-
Lioncash authored
This is only used in the non-Windows path.
-
liamwhite authored
yuzu-cmd: Fix default config value
-
german77 authored
-
- 27 Nov, 2022 8 commits
-
-
liamwhite authored
CMake: rework for Qt6 support
-
liamwhite authored
yuzu-cmd: Fix input callback crash on close
-
liamwhite authored
yuzu-cmd: Update configuration file description
-
german77 authored
-
bunnei authored
FSR Sharpening Slider
-
Morph authored
crypto: use user-provided keys whenever possible
-
Valeri authored
Solves an issue where autogenerated title keys would take precedence over those provided by user.
-
german77 authored
-
- 26 Nov, 2022 9 commits
-
-
bunnei authored
Replace GLSL as the default OpenGL shader backend
-
Matías Locatti authored
-
Matías Locatti authored
GLASM is not very compatible with the latest games, and too many people have the special superpower to break their Vulkan support.
-
liamwhite authored
video_core: Fine tune maxwell drawing trigger mechanism
-
liamwhite authored
maxwell_to_vk: Fix format usage bits and add R16_SINT
-
Matías Locatti authored
-
Matías Locatti authored
configure_graphics: Implement custom setting for FSR Sharpening
-
lat9nq authored
-
lat9nq authored
-
- 25 Nov, 2022 5 commits
-
-
liamwhite authored
[audio_core] Fix an OoB with sample sinking
-
bunnei authored
externals: always use LibreSSL on Windows
-
bunnei authored
Qt: assign menuRole properties for actions
-
bunnei authored
hle_ipc: Add helper function for determining element counts
-
liamwhite authored
YFC - Fermi2D: Rework blit engine and add a software blitter.
-
- 24 Nov, 2022 6 commits
-
-
Morph authored
GPU: Fix buffer cache issue, engine upload not inlining memory in multiple lines, etc
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
GPU: Fix buffer cache issue, engine upload not inlining memory in multiline and pessismistic invalidation.
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-