- Oct 13, 2023
-
-
flodavid authored
When reducing the number of Connecter Controllers, keep the one clicked if it was not the last one of the list
-
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.
-
Charles Lombardo authored
-
Charles Lombardo authored
Updates to androidx navigation, lifecycle, preference, fragment, recyclerview, and core
-
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
-
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:
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>
-
Liam authored
-
- Oct 12, 2023
-
-
Charles Lombardo authored
-
Charles Lombardo authored
Implements a GPU driver manager that saves all drivers to the user data directory and asynchronously installs drivers when they're needed.
-
Liam authored
-
Narr the Reg authored
-
Liam authored
-
Narr the Reg authored
-
- Oct 11, 2023
-
-
Kelebek1 authored
-
Liam authored
-
Kelebek1 authored
-
Squall-Leonhart authored
Fixed an error on my part, in the last change I had mistakenly passed unadjusted block info into FullUploadSwizzles and UnswizzleImage Revert (my mistaken changing of) the construction of SwizzleParameters in UnswizzleImage and FullUploadSwizzles to use level_info.block instead of info.block. This ensures that the block information used in the swizzling process is correctly adjusted for each mip level.
-
- Oct 10, 2023
-
-
Narr the Reg authored
-
Kelebek1 authored
-
Kelebek1 authored
-
- Oct 08, 2023
-
-
Liam authored
-
Squall Leonhart authored
Should fix and close #11711
-
Narr the Reg authored
-
Narr the Reg authored
-
FearlessTobi authored
Allows creating desktop shortcuts with icons for yuzu games. Co-Authored-By:
Jeroen van Schijndel <13182141+roenyroeny@users.noreply.github.com>
-
- Oct 07, 2023
-
-
Squall Leonhart authored
-
- Oct 06, 2023
-
-
Kelebek1 authored
-
- Oct 05, 2023
- Oct 04, 2023
-
-
Kelebek1 authored
-
Squall-Leonhart authored
tiresmoke should be a darker gray.
-
Squall-Leonhart authored
-
Squall-Leonhart authored
Corrects some visual issues in games such as Disney SpeedStorm
-
Narr the Reg authored
-
Narr the Reg authored
-
- Oct 02, 2023
-
-
Liam authored
-
Liam authored
-
Narr the Reg authored
-
Narr the Reg authored
-