Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-09 | Fix out_icon_path = Common::FS::GetYuzuPath(Common::FS::YuzuPath::IconsDir); | Franco M | |
2023-11-09 | Minor changes | Franco M | |
2023-11-08 | Final change, i think | Franco M | |
2023-11-07 | Fixed clang | Franco M | |
2023-11-05 | Merge pull request #11961 from german77/recent | liamwhite | |
yuzu: Only store games in the recently played list | |||
2023-11-05 | yuzu: Only store games in the recently played list | german77 | |
2023-11-05 | modified: src/yuzu/main.cpp | Franco M | |
2023-11-04 | Merge branch 'master' into new-shortcut | Franco M | |
2023-11-04 | Merge pull request #11885 from liamwhite/stop-nagging-me | liamwhite | |
qt: remove duplicate exit confirmation setting | |||
2023-10-31 | romfs: fix extraction of single-directory root | Liam | |
2023-10-31 | qt: remove duplicate exit confirmation setting | Liam | |
2023-10-30 | Merge pull request #11903 from Macj0rdan/scrollable-volume-button | liamwhite | |
Implemented wheel event for volume control in VolumeButton | |||
2023-10-30 | Fix macOS build | Termynat0r | |
Added missing preprocessor macros for macOS analog to linux and freebsd | |||
2023-10-29 | Merge pull request #11689 from liamwhite/breakpad | liamwhite | |
qt: implement automatic crash dump support | |||
2023-10-29 | Implemented wheel event for volume control in VolumeButton | FrozenAra | |
2023-10-21 | kernel: update KProcess | Liam | |
2023-10-18 | Reverted dirty code in main. | boludoz | |
2023-10-18 | TODO: Implement shortcut creation for Apple. | boludoz | |
2023-10-18 | Useless 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-18 | Deleted admin requisite (maybe it was another mistake). | boludoz | |
2023-10-17 | Final refactorization | boludoz | |
2023-10-16 | Moved check. | boludoz | |
2023-10-16 | More @liamwhite suggestions applied. | boludoz | |
2023-10-16 | shortcut_stream.close(); fixed | boludoz | |
2023-10-16 | Comment using fmt instead qt. | boludoz | |
2023-10-16 | .clear() instead = ""; and switch improved. | boludoz | |
2023-10-16 | More missed suggestions | boludoz | |
2023-10-16 | Sugestions and fixes. | boludoz | |
2023-10-16 | Some improvements (suggestions) | boludoz | |
2023-10-15 | Less code, simpler, better. | boludoz | |
2023-10-15 | Typing and formatting errors fixed. | boludoz | |
2023-10-15 | Unnecessary feature removed | boludoz | |
2023-10-15 | Improved shortcut: add games in applist for Windows, question for start game ↵ | boludoz | |
at fullscreen & better unicode support for some Windows path funcs. | |||
2023-10-14 | Merge pull request #11159 from flodavid/master_bis | liamwhite | |
Enable to use controller to close a game | |||
2023-10-13 | Improvement 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-12 | yuzu: Enable to use controller to restart a game | flodavid | |
- 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-12 | yuzu: Use new setting method for stop emulation | Florian | |
2023-10-12 | yuzu: Enable to use controller to close a game | flodavid | |
- 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-10 | Merge pull request #11650 from german77/lle_album | Fernando S | |
service: am: Add support for LLE Album Applet | |||
2023-10-08 | Merge pull request #11705 from FearlessTobi/windows-sc | liamwhite | |
yuzu: Add desktop shortcut support for Windows (continuation of #11344) | |||
2023-10-08 | Merge pull request #10519 from mdmrk/master | liamwhite | |
yuzu-qt: Track play time | |||
2023-10-08 | qt: implement automatic crash dump support | Liam | |
2023-10-07 | yuzu: Add desktop shortcut support for Windows | FearlessTobi | |
Allows creating desktop shortcuts with icons for yuzu games. Co-Authored-By: Jeroen van Schijndel <13182141+roenyroeny@users.noreply.github.com> | |||
2023-10-03 | yuzu: Fix mute when in background setting | Narr the Reg | |
2023-10-02 | yuzu: Allow to launch album applet from firmware | Narr the Reg | |
2023-10-02 | qt: add additional romfs dump targets | Liam | |
2023-10-01 | service: am: Set push in arguments according to the launched applet | Narr the Reg | |
2023-10-01 | yuzu: Allow to launch cabinet applet from firmware | Narr the Reg | |
2023-09-26 | Qt: Remove ability to install xci files | Charles Lombardo | |
2023-09-23 | yuzu: Add button to boot mii edit from firmware | german77 | |