- 15 Oct, 2023 1 commit
-
-
german77 authored
-
- 13 Oct, 2023 5 commits
-
-
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>
-
liamwhite authored
qt: ensure worker cancellation is complete before clearing
-
liamwhite authored
k_page_table: add missing page group open when locking memory
-
liamwhite authored
android: Driver manager
-
Liam authored
-
- 12 Oct, 2023 12 commits
-
-
liamwhite authored
jit: add support for relr-type relocations
-
liamwhite authored
kernel: mark TLS accessors as noinline for non-MSVC LTO
-
liamwhite authored
service: caps: Remove ambiguous call
-
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
-
liamwhite authored
service: caps: Fix GetAlbumFileList3AaeAruid and GetAlbumFileList0AafeAruidDeprecated
-
liamwhite authored
Transition MSAA images to general layout without uploading data
-
Liam authored
-
Narr the Reg authored
-
liamwhite authored
externals/nx_tzdb: Update download version to 2022g
-
lat9nq authored
Mainly for MSVC, changes the time zone database version to latest.
-
- 11 Oct, 2023 14 commits
-
-
Kelebek1 authored
-
liamwhite authored
ci/linux: Upload separated debug symbols
-
liamwhite authored
yuzu: Save multiple resolutions per icon
-
liamwhite authored
Do not set rescaled flag when rescaling is disabled
-
liamwhite authored
externals/tzdb_to_nx: Update to 221202
-
lat9nq authored
This updates us to an eggert/tz commit downstream of 2022g that compiles. This seems to be the revision Nintendo is using for 17.0.0, if the data checksums are anything to go off of.
-
Liam authored
-
liamwhite authored
Do not allocate DeviceLocal buffers as mapped
-
liamwhite authored
Clear DSP buffer after each execution
-
liamwhite authored
Do not double sync written buffers, move mark written to binding
-
liamwhite authored
Enable controller interaction in Controller Applet
-
Fernando S authored
Fix mistaken usage of info.block instead of level_info.block
-
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.
-
- 10 Oct, 2023 8 commits
-
-
Narr the Reg authored
-
toast2903 authored
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
-
Kelebek1 authored
-
liamwhite authored
Partial revert of #10433 (Texture Cache Util: Fix block depth adjustment on slices)
-
lat9nq authored
Creates a new archive with a debug suffix that contains the debug symbols from compiling yuzu for mainline. The yuzu executable also gets a GNU debug link to the symbols file. ci/linux: Compile with debug symbols and upload separately Currently only uploads for yuzu but yuzu-cmd or other future executables can be added to the for-loop's parameters.
-
Kelebek1 authored
-
Fernando S authored
common: add arm64 native clock
-
Fernando S authored
service: am: Add support for LLE Album Applet
-