Skip to content
Snippets Groups Projects
  1. Oct 13, 2023
    • flodavid's avatar
      yuzu: Improve behavior when clicking on controller box in Control Configuration · 27ab2a6e
      flodavid authored
      When reducing the number of Connecter Controllers, keep the one clicked if it was not the last one of the list
      27ab2a6e
    • Charles Lombardo's avatar
      android: Fix incorrect assumption for driver installation validation · 82c845dc
      Charles Lombardo authored
      The driver was assumed to be installed at this point before I made a refactor. Now we just check if the copy operation was successful and delete the file if it fails.
      82c845dc
    • Charles Lombardo's avatar
    • Charles Lombardo's avatar
      android: Update dependencies · 224b6036
      Charles Lombardo authored
      Updates to androidx navigation, lifecycle, preference, fragment, recyclerview, and core
      224b6036
    • Charles Lombardo's avatar
      android: Update ndk to 26.1.10909125 · 1591923f
      Charles Lombardo authored
      The new ndk uses LLVM 17.0.2 so we can remove the LLVM download and libc++ options for the android builds
      1591923f
    • DanielSvoboda's avatar
      Improvement in Directory Path Detection for Shortcuts (#11749) · 56e5d996
      DanielSvoboda authored
      
      * 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: default avatarTobias <thm.frey@gmail.com>
      
      * Update src/yuzu/main.cpp
      
      Co-authored-by: default avatarTobias <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: default avatarTobias <thm.frey@gmail.com>
      56e5d996
    • Liam's avatar
      faa6c35e
  2. Oct 12, 2023
  3. Oct 11, 2023
  4. Oct 10, 2023
  5. Oct 08, 2023
  6. Oct 07, 2023
  7. Oct 06, 2023
  8. Oct 05, 2023
  9. Oct 04, 2023
  10. Oct 02, 2023
Loading