- 17 Dec, 2022 3 commits
- 16 Dec, 2022 9 commits
-
-
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
-
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 5 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
-
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 15 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
-
Alexander Orzechowski authored
Instead of checking a environment variable which may not actually exist or is just wrong, ask QT if it's running on the wayland platform.
-
Alexander Orzechowski authored
We need this.
-
Alexander Orzechowski authored
Wayland does not allow clients to choose their own size and position on the screen. The concept of fullscreening an application by sizing it to the screen and removing decorations does not exist. Use exclusive fullscreen instead.
-
Alexander Orzechowski authored
Some windowing systems like wayland are designed to show hardware accellerated surfaces as subsurfaces and not native windows.
-
Alexander Orzechowski authored
Use SDL_GL_GetDrawableSize instead of SDL_GetWindowSize which will return the true size our swapchain needs to be in even for hidpi displays.
-
Alexander Orzechowski authored
Vulkan for whatever reason does not return VK_ERROR_OUT_OF_DATE_KHR when the swapchain is the wrong size. Explicity make sure the size is indeed up to date to workaround this.
-
Liam authored
-
liamwhite authored
yuzu: Make unlimited frame rate non persistent between game boots
-
Liam authored
-
Gus Caplan authored
-
yzct12345 authored
-
Narr the Reg authored
-
- 12 Dec, 2022 1 commit
-
-
bunnei authored
general: improve handling of system startup failure
-