- 18 Dec, 2022 13 commits
-
-
Liam authored
-
liamwhite authored
service: nfc: Silence ListDevices
-
german77 authored
-
liamwhite authored
Use execlp instead of execl to avoid failure
-
liamwhite authored
yuzu: Remember last selected directory
-
liamwhite authored
yuzu: Fix compile and setting errors
-
Marco Rubin authored
-
german77 authored
-
german77 authored
-
german77 authored
-
german77 authored
-
Matías Locatti authored
* Testing LTO (#4) * Testing LTO * clang * linux * Added the rest of Blinkhawk's optimizations * Unlikely asserts * Removing LTO from Linux builds - GCC * Removing LTO from Linux builds - Clang
-
bunnei authored
input_common: Add virtual gamepad
-
- 17 Dec, 2022 9 commits
-
-
liamwhite authored
Vulkan: Add support for VK_EXT_depth_clip_control.
-
Mai authored
qt: avoid setting WA_DontCreateNativeAncestors on all platforms
-
Mai authored
qt: handle wayland-egl platform name
-
Liam authored
-
liamwhite authored
camera: Use pre-allocated vector for camera data
-
liamwhite authored
hle_ipc: Refactor ReadBuffer to set buffer size upon initialization
-
liamwhite authored
[audio_core] Signal buffer event on audio in/out system stop
-
liamwhite authored
Remove unimplemented geometry transform feedback log spam
-
german77 authored
-
- 16 Dec, 2022 11 commits
-
-
ameerj authored
And avoid an unnecessary copy
-
Kelebek1 authored
-
liamwhite authored
Set: Allow setting device nickname
-
liamwhite authored
hle_ipc: Reserve vectors before populating
-
liamwhite authored
kernel: process: Implement GetFreeThreadCount
-
liamwhite authored
let games gracefully exit
-
liamwhite authored
yuzu qt, common: Add option to create game shortcuts on Linux
-
Kelebek1 authored
-
Liam authored
-
ameerj authored
Initializing the vector size during initialization is more efficient than a later call to resize()
-
ameerj authored
-
- 15 Dec, 2022 7 commits
-
-
Narr the Reg authored
vulkan_common: declare storageBuffer8BitAccess
-
Matías Locatti authored
spirv_emit_context: declare GroupNonUniform capability for SubgroupLocalInvocationId
-
Narr the Reg authored
-
Narr the Reg authored
Used by Just Dance® 2023 Edition
-
liamwhite authored
build: tweak the find modules even more
-
liamwhite authored
Wayland fixes
-
Andrea Pappacoda authored
As described in https://github.com/yuzu-emu/yuzu/pull/9395#discussion_r1047456172 checking for PKG_CONFIG_FOUND before calling pkg_search_module() is unneeded, and some find modules (like FindFFmpeg.cmake) don't do this already. Consequently, this patch removes these checks.
-