summaryrefslogtreecommitdiff
path: root/src/yuzu/main.cpp
AgeCommit message (Collapse)Author
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg
2023-12-29Fix Wayland appIdReilly Brogan
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-18yuzu: Make language persistent and remove symbols_pathNarr the Reg
2023-12-10core: Use single instance of profile managergerman77
2023-12-01file_sys: handle null romfsLiam
2023-11-29Merge pull request #11946 from flodavid/gamemodeliamwhite
Enable (Feral Interactive) Gamemode on Linux
2023-11-27Merge pull request #12160 from german77/mouse_constrainliamwhite
yuzu: Constrain mouse in render window when emulated
2023-11-26Merge pull request #12156 from german77/firmwarevsliamwhite
yuzu: Display firmware version
2023-11-25yuzu: create linux group in general settingsflodavid
- Create files dedicated to starting and stopping gamemode functions - Use them in yuzu and yuzu_cmd modules
2023-11-25yuzu: integrate gamemode support on linuxxcfrg
2023-11-24yuzu: Constrain mouse in render window when emulatedNarr the Reg
2023-11-24yuzu: Display firmware versionNarr the Reg
2023-11-21config: Unify config handling under frontend_commont895
Replaces every way of handling config for each frontend with SimpleIni. frontend_common's Config class is at the center where it saves and loads all of the cross-platform settings and provides a set of pure virtual functions for platform specific settings. As a result of making config handling platform specific, several parts had to be moved to each platform's own config class or to other parts. Default keys were put in platform specific config classes and translatable strings for Qt were moved to shared_translation. Default hotkeys, default_theme, window geometry, and qt metatypes were moved to uisettings. Additionally, to reduce dependence on Qt, QStrings were converted to std::strings where applicable.
2023-11-20Merge pull request #12011 from Macj0rdan/controller-appletNarr the Reg
Implemented qlaunch version of the controller applet
2023-11-19Implemented qlaunch version of the controller appletFrozenAra
2023-11-19Merge pull request #11792 from boludoz/new-shortcutliamwhite
Improved shortcut: add games in applist for Windows, question for sta…
2023-11-13Merge pull request #11990 from german77/audioliamwhite
yuzu: Save mute when in background setting
2023-11-11yuzu: Keep homebrew on the recently played listgerman77
2023-11-10yuzu: Make mute audio persistentNarr the Reg
2023-11-09Fix out_icon_path = Common::FS::GetYuzuPath(Common::FS::YuzuPath::IconsDir);Franco M
2023-11-09Minor changesFranco M
2023-11-08Final change, i thinkFranco M
2023-11-07Fixed clangFranco M
2023-11-05Merge pull request #11961 from german77/recentliamwhite
yuzu: Only store games in the recently played list
2023-11-05yuzu: Only store games in the recently played listgerman77
2023-11-05 modified: src/yuzu/main.cppFranco M
2023-11-04Merge branch 'master' into new-shortcutFranco M
2023-11-04Merge pull request #11885 from liamwhite/stop-nagging-meliamwhite
qt: remove duplicate exit confirmation setting
2023-10-31romfs: fix extraction of single-directory rootLiam
2023-10-31qt: remove duplicate exit confirmation settingLiam
2023-10-30Merge pull request #11903 from Macj0rdan/scrollable-volume-buttonliamwhite
Implemented wheel event for volume control in VolumeButton
2023-10-30Fix macOS buildTermynat0r
Added missing preprocessor macros for macOS analog to linux and freebsd
2023-10-29Merge pull request #11689 from liamwhite/breakpadliamwhite
qt: implement automatic crash dump support
2023-10-29Implemented wheel event for volume control in VolumeButtonFrozenAra
2023-10-21kernel: update KProcessLiam
2023-10-18Reverted dirty code in main.boludoz
2023-10-18TODO: Implement shortcut creation for Apple.boludoz
2023-10-18Useless code removed related to admin privileges, if it is not an error we ↵boludoz
can add it later, that is what git is for.
2023-10-18Deleted admin requisite (maybe it was another mistake).boludoz
2023-10-17Final refactorizationboludoz
2023-10-16Moved check.boludoz
2023-10-16More @liamwhite suggestions applied.boludoz
2023-10-16shortcut_stream.close(); fixedboludoz
2023-10-16Comment using fmt instead qt.boludoz
2023-10-16.clear() instead = ""; and switch improved.boludoz
2023-10-16More missed suggestionsboludoz
2023-10-16Sugestions and fixes.boludoz
2023-10-16Some improvements (suggestions)boludoz
2023-10-15Less code, simpler, better.boludoz
2023-10-15Typing and formatting errors fixed.boludoz