summaryrefslogtreecommitdiff
path: root/src/yuzu/main.cpp
AgeCommit message (Collapse)Author
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
2023-10-15Unnecessary feature removedboludoz
2023-10-15Improved shortcut: add games in applist for Windows, question for start game ↵boludoz
at fullscreen & better unicode support for some Windows path funcs.
2023-10-14Merge pull request #11159 from flodavid/master_bisliamwhite
Enable to use controller to close a game
2023-10-13Improvement in Directory Path Detection for Shortcuts (#11749)DanielSvoboda
* Improvement in Directory Path Detection for Shortcuts This pull request updates how the directory path for shortcuts is determined. The main changes are: 1. Replaced the use of environment variables to determine the path of the desktop and applications menu with `QStandardPaths::writableLocation`. This change addresses an issue where the desktop path was not correctly identified when its location was customized, as shown in the attached screenshot. 2. Added conversion from `QString` to `std::string` using `toUtf8()`, which correctly handles non-ASCII characters in directory paths. This change ensures that directory paths containing Portuguese words like "Área de trabalho" are supported. 3. Replaced directory checking using `Common::FS::IsDir()` with `QDir::exists()`. These changes should improve cross-platform compatibility and code robustness. Because it couldn't locate my desktop, which wasn't on the C drive, but on the F, and even though localization wouldn't work because it was setting it to find the 'Desktop' folder and in the computer's language it says 'Área de trabalho', that will fix for other languages too. * Update main.cpp * formatting * Update src/yuzu/main.cpp Co-authored-by: Tobias <thm.frey@gmail.com> * Update src/yuzu/main.cpp Co-authored-by: Tobias <thm.frey@gmail.com> * Update main.cpp * Update main.cpp * Update main.cpp desktopPath > desktop_Path applicationsPath > applications_Path * Update main.cpp * formatting * Update main.cpp This code will attempt to use QStandardPaths to find the applications directory. If that fails, it will resort to using the ~/.local/share/applications directory, which is a common location for application shortcuts in Linux. * Update main.cpp * formatting --------- Co-authored-by: Tobias <thm.frey@gmail.com>
2023-10-12yuzu: Enable to use controller to restart a gameflodavid
- Show the right confirm dialog if wanted - Create generic method to ask close confirmation - Add "R + Plus + Minus" default shortcut to Restart emulation
2023-10-12yuzu: Use new setting method for stop emulationFlorian
2023-10-12yuzu: Enable to use controller to close a gameflodavid
- Add General setting to choose if a confirm dialog is shown when stopping - Show the right confirm dialog if wanted - Reuse dialog window that ask to close the game - Add "L + Plus + Minus" default shortcut to Stop emulation - Create generic question dialog based on TAS dialog - It allows controller interaction on most dialogs
2023-10-10Merge pull request #11650 from german77/lle_albumFernando S
service: am: Add support for LLE Album Applet
2023-10-08Merge pull request #11705 from FearlessTobi/windows-scliamwhite
yuzu: Add desktop shortcut support for Windows (continuation of #11344)
2023-10-08Merge pull request #10519 from mdmrk/masterliamwhite
yuzu-qt: Track play time
2023-10-08qt: implement automatic crash dump supportLiam
2023-10-07yuzu: Add desktop shortcut support for WindowsFearlessTobi
Allows creating desktop shortcuts with icons for yuzu games. Co-Authored-By: Jeroen van Schijndel <13182141+roenyroeny@users.noreply.github.com>
2023-10-03yuzu: Fix mute when in background settingNarr the Reg
2023-10-02yuzu: Allow to launch album applet from firmwareNarr the Reg
2023-10-02qt: add additional romfs dump targetsLiam
2023-10-01service: am: Set push in arguments according to the launched appletNarr the Reg
2023-10-01yuzu: Allow to launch cabinet applet from firmwareNarr the Reg
2023-09-26Qt: Remove ability to install xci filesCharles Lombardo
2023-09-23yuzu: Add button to boot mii edit from firmwaregerman77