summaryrefslogtreecommitdiff
path: root/src/yuzu
AgeCommit message (Collapse)Author
2023-10-29Merge pull request #11803 from flodavid/improve-controller-applet-clickNarr the Reg
yuzu: Improve behavior when clicking on controller box in Controller applet
2023-10-26Merge branch 'yuzu-emu:master' into new-shortcutFranco M
2023-10-23qt: fix game list shutdown crashLiam
2023-10-23Merge pull request #11841 from german77/halpliamwhite
yuzu: fix restore shortcuts button
2023-10-22yuzu: Fix vibration reseting to 1%german77
2023-10-21yuzu: Fix restore shortcuts buttonNarr the Reg
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-17yuzu: Improve behavior when clicking on controller box in Controller appletflodavid
- Apply changes on Controller configuration of commit 9524d70 to Controller applet - Fix regression of this previous commit: Enabling a controller in its tab did not activate previous controllers Signed-off-by: flodavid <fl.david.53@gmail.com>
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-15Fixes and improvementsboludoz
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 #11780 from Darkness4/masterliamwhite
qt: add network components when using discord
2023-10-14Merge pull request #11779 from flodavid/improve-player-config-clickliamwhite
yuzu: Improve behavior when clicking on controller box in Control configuration
2023-10-14Merge pull request #11159 from flodavid/master_bisliamwhite
Enable to use controller to close a game
2023-10-14Revert "cmake: only add network component if qt used"Nguyen Marc
This reverts commit a94371f67b9da4fd1f421b2088b4366e3e58a1ad.
2023-10-14cmake: only add network component if qt usedNguyen Marc
2023-10-14qt: add missing target_link_libraries for discordrpcNguyen Marc
2023-10-14yuzu: Improve behavior when clicking on controller box in Control Configurationflodavid
When reducing the number of Connecter Controllers, keep the one clicked if it was not the last one of the list
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-12qt: ensure worker cancellation is complete before clearingLiam
2023-10-12fix styleF David
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-11Merge pull request #11740 from german77/shorcutsliamwhite
yuzu: Save multiple resolutions per icon
2023-10-11Merge pull request #11144 from flodavid/masterliamwhite
Enable controller interaction in Controller Applet
2023-10-10yuzu: Save multiple resolutions per iconNarr the Reg
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