- 18 Dec, 2022 4 commits
-
-
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.
-
- 14 Dec, 2022 6 commits
-
-
bunnei authored
Revert "hle: service: audio: Use default service thread."
-
bunnei authored
-
liamwhite authored
render_vulkan: Fix validation errors on less compatible Intel GPUs
-
FernandoS27 authored
-
Chloe Marcec authored
-
lat9nq authored
Moves icon path to ~/.local/share/icons, though I'm opting to avoid using the game title for the icon and desktop entry name as that would cause filenames such as "yuzu-cadence-of-hyrule-crypt-of-the-necrodancer-featuring-the-legend-of-zelda-demo.desktop".
-
- 13 Dec, 2022 3 commits
-
-
Liam authored
-
Liam authored
-
lat9nq authored
This creates a Desktop Entry file and a PNG icon for the entry when the user right-clicks a game and selects "Create Shortcut -> Create {Application,Desktop} Shortcut". This uses the current executable's path to create the shortcut. yuzu qt: Add more error checking and OS gating for shortcuts main: Remove FreeBSD gating for shortcuts I'm not going to test FreeBSD, so I don't know if they follow Freedesktop.org or not. I just have to let someone else verify that it works there and let them enable it. main: Move shortcut function to its own function This function should really be in a common library, at least among frontends. main: Remove image manip references main: Fix difference in MinGW and native GCC versions main: Fix negation in creat shortcut Addresses review comment Co-authored-by: Jan Beich <jbeich@FreeBSD.org> main: Re-enable freedesktop shorcuts for FreeBSD
-