yuzu-mainline/src
Reilly Brogan cb4b4f3d6e
Fix Wayland appId
On compliant Wayland compositors windows are matched to their .desktop files by comparing the appId window property to the name of the .desktop file without the .deskop extension.

Qt5/6 by default set this property to the basename of the binary (IE `yuzu`) which does not match the expected value `org.yuzu_emu.yuzu`. We can fix this and fix window associations on compliant compositors (like Plasma) by using the `setDesktopFileName()` function which will set the appId window property. This is a no-op on X11 so is safe to be ran without guards.
2023-12-29 20:32:08 -06:00
..
android android: Fix "No games found" text appearing on load 2023-12-21 00:49:22 -05:00
audio_core Merge pull request #12387 from liamwhite/oboe 2023-12-19 16:15:07 +01:00
common Merge pull request #12471 from FearlessTobi/port-7146 2023-12-26 11:46:04 -05:00
core Merge pull request #12455 from liamwhite/end-wait 2023-12-26 11:46:19 -05:00
dedicated_room msvc: set warning level to /W4 globally 2023-09-03 18:42:10 +04:00
frontend_common frontend_common: Fix settings reload bug 2023-12-12 17:25:36 -05:00
input_common core: hid: Split SL and SR buttons 2023-11-11 21:03:15 -06:00
network msvc: set warning level to /W4 globally 2023-09-03 18:42:10 +04:00
shader_recompiler Merge pull request #12435 from liamwhite/type-check 2023-12-22 17:41:13 +01:00
tests Revert "video_core: use interval map for page count tracking" 2023-12-17 18:59:49 -05:00
video_core Merge pull request #12449 from liamwhite/debug-utils 2023-12-26 11:45:39 -05:00
web_service Warnings cleanup for GCC 13 and Clang 16 2023-08-25 19:22:31 -04:00
yuzu Fix Wayland appId 2023-12-29 20:32:08 -06:00
yuzu_cmd cmake: move gamemode target include into its file 2023-11-25 19:30:45 +01:00
.clang-format
CMakeLists.txt config: Unify config handling under frontend_common 2023-11-21 01:58:13 -05:00