- 13 Oct, 2023 16 commits
-
-
Liam authored
-
liamwhite authored
common/polyfill_thread: use std::forward where appropriate, qualify std::move calls
-
Charles Lombardo authored
android: Update dependencies
-
Charles Lombardo authored
android: Fix incorrect assumption for driver installation validation
-
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
-
Charles Lombardo authored
Updates to androidx navigation, lifecycle, preference, fragment, recyclerview, and core
-
Charles Lombardo authored
Matches android ndk
-
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>
-
Valeri Ochinski authored
-
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 13 commits
-
-
Charles Lombardo authored
-
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 11 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
-