yuzu/src/yuzu
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
..
applets core: Use single instance of profile manager 2023-12-10 11:29:43 -06:00
configuration qt: settings: Fix per-game vsync combobox 2023-12-21 01:15:05 -05:00
debugger core: refactor emulated cpu core activation 2023-12-04 10:37:16 -05:00
multiplayer core: Use single instance of profile manager 2023-12-10 11:29:43 -06:00
util qt: fix linux build 2023-11-19 11:49:51 -05:00
about_dialog.cpp
about_dialog.h
aboutdialog.ui
bootmanager.cpp yuzu: Constrain mouse in render window when emulated 2023-11-24 19:32:35 -06:00
bootmanager.h yuzu: Constrain mouse in render window when emulated 2023-11-24 19:32:35 -06:00
breakpad.cpp
breakpad.h
CMakeLists.txt cmake: prefer system gamemode library 2023-11-30 16:54:00 +01:00
compatdb.cpp
compatdb.h
compatdb.ui
compatibility_list.cpp
compatibility_list.h
discord_impl.cpp
discord_impl.h
discord.h
game_list_p.h config: Unify config handling under frontend_common 2023-11-21 01:58:13 -05:00
game_list_worker.cpp Merge pull request #11889 from t895/ini-lib 2023-11-24 22:59:55 -05:00
game_list_worker.h
game_list.cpp config: Unify config handling under frontend_common 2023-11-21 01:58:13 -05:00
game_list.h
hotkeys.cpp config: Unify config handling under frontend_common 2023-11-21 01:58:13 -05:00
hotkeys.h config: Unify config handling under frontend_common 2023-11-21 01:58:13 -05:00
Info.plist
install_dialog.cpp
install_dialog.h
loading_screen.cpp
loading_screen.h
loading_screen.ui
main.cpp Fix Wayland appId 2023-12-29 20:32:08 -06:00
main.h main: Remove unused enum 2023-12-25 14:10:05 +01:00
main.ui Implemented qlaunch version of the controller applet 2023-11-19 18:38:58 +01:00
play_time_manager.cpp core: Use single instance of profile manager 2023-12-10 11:29:43 -06:00
play_time_manager.h core: Use single instance of profile manager 2023-12-10 11:29:43 -06:00
precompiled_headers.h
qt_common.cpp
qt_common.h
startup_checks.cpp
startup_checks.h
uisettings.cpp config: Unify config handling under frontend_common 2023-11-21 01:58:13 -05:00
uisettings.h yuzu: Make language persistent and remove symbols_path 2023-12-18 20:28:55 -06:00
vk_device_info.cpp Allocate resources for test window before getting system info 2023-11-07 22:47:02 -04:00
vk_device_info.h
yuzu.qrc
yuzu.rc