- 27 Nov, 2022 7 commits
-
-
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 10 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
-
Fernando Sahmkow authored
-
Matías Locatti authored
-
Morph authored
This was somehow missed when the format was added to GL
-
Morph authored
- VK_FORMAT_B8G8R8A8_UNORM supports the STORAGE_IMAGE_BIT - VK_FORMAT_R4G4B4A4_UNORM_PACK16 does not support the COLOR_ATTACHMENT_BIT
-
- 23 Nov, 2022 5 commits
- 22 Nov, 2022 4 commits
-
-
liamwhite authored
k_handle_table: Remove cast to void* in GetObjectForIpc
-
Lioncash authored
This was used to get around the KProcess class being incomplete. We can just move this to the cpp file and eliminate the cast entirely, letting the compiler do its work.
-
bunnei authored
service: nfc: Implement NFC IUser service
-
Kelebek1 authored
-