Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-17 | Merge branch 'yuzu-emu:master' into new-shortcut | Franco M | |
2023-10-17 | service: acc: Implement functions needed for profile select (#11653) | Narr the Reg | |
2023-10-16 | Moved check. | boludoz | |
2023-10-16 | More @liamwhite suggestions applied. | boludoz | |
2023-10-16 | shortcut_stream.close(); fixed | boludoz | |
2023-10-16 | Comment using fmt instead qt. | boludoz | |
2023-10-16 | .clear() instead = ""; and switch improved. | boludoz | |
2023-10-16 | More missed suggestions | boludoz | |
2023-10-16 | Sugestions and fixes. | boludoz | |
2023-10-16 | Merge branch 'new-shortcut' of https://github.com/boludoz/yuzu into new-shortcut | boludoz | |
2023-10-16 | Some improvements (suggestions) | boludoz | |
2023-10-16 | Merge branch 'yuzu-emu:master' into new-shortcut | Franco M | |
2023-10-15 | Merge pull request #11786 from v1993/cuda-on-linux | liamwhite | |
host1x/codecs: enable CUDA on Linux | |||
2023-10-15 | Merge pull request #11794 from german77/linemot | liamwhite | |
input_common: udp: Avoid crash when trying to map motion before client is ready | |||
2023-10-15 | Less code, simpler, better. | boludoz | |
2023-10-15 | Typing and formatting errors fixed. | boludoz | |
2023-10-15 | Unnecessary feature removed | boludoz | |
2023-10-15 | input_common: udp: Avoid crash when trying to map motion before client is ready | german77 | |
2023-10-15 | Fixes and improvements | boludoz | |
2023-10-15 | Improved shortcut: add games in applist for Windows, question for start game ↵ | boludoz | |
at fullscreen & better unicode support for some Windows path funcs. | |||
2023-10-14 | host1x/codecs: enable CUDA on Linux | Valeri | |
2023-10-14 | Merge pull request #11780 from Darkness4/master | liamwhite | |
qt: add network components when using discord | |||
2023-10-14 | Merge pull request #11779 from flodavid/improve-player-config-click | liamwhite | |
yuzu: Improve behavior when clicking on controller box in Control configuration | |||
2023-10-14 | Merge pull request #11778 from liamwhite/audren-shutdown-lock | liamwhite | |
audio: fix shutdown deadlock in audio renderer | |||
2023-10-14 | Merge pull request #11775 from Kelebek1/draw_vertex_array | liamwhite | |
Implement vertex array first and subsequent draws | |||
2023-10-14 | Merge pull request #11159 from flodavid/master_bis | liamwhite | |
Enable to use controller to close a game | |||
2023-10-14 | Implement vertex array first and subsequent draws | Kelebek1 | |
2023-10-14 | Revert "cmake: only add network component if qt used" | Nguyen Marc | |
This reverts commit a94371f67b9da4fd1f421b2088b4366e3e58a1ad. | |||
2023-10-14 | cmake: only add network component if qt used | Nguyen Marc | |
2023-10-14 | qt: add missing target_link_libraries for discordrpc | Nguyen Marc | |
2023-10-14 | yuzu: Improve behavior when clicking on controller box in Control Configuration | flodavid | |
When reducing the number of Connecter Controllers, keep the one clicked if it was not the last one of the list | |||
2023-10-13 | audio: fix shutdown deadlock in audio renderer | Liam | |
2023-10-13 | Merge pull request #11772 from v1993/polyfill-thread-fixes | liamwhite | |
common/polyfill_thread: use std::forward where appropriate, qualify std::move calls | |||
2023-10-13 | Merge pull request #11767 from t895/gradle-stuff | Charles Lombardo | |
android: Update dependencies | |||
2023-10-13 | android: Fix incorrect assumption for driver installation validation | Charles Lombardo | |
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. | |||
2023-10-13 | android: Remove unnecessary flag to extract native libs in AndroidManifest.xml | Charles Lombardo | |
2023-10-13 | android: Update dependencies | Charles Lombardo | |
Updates to androidx navigation, lifecycle, preference, fragment, recyclerview, and core | |||
2023-10-13 | android: Update ndk to 26.1.10909125 | Charles Lombardo | |
The new ndk uses LLVM 17.0.2 so we can remove the LLVM download and libc++ options for the android builds | |||
2023-10-13 | Improvement 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-13 | common/polyfill_thread: use std::forward where appropriate, qualify ↵ | Valeri Ochinski | |
std::move calls | |||
2023-10-13 | Merge pull request #11769 from liamwhite/qt-ownership-issue | liamwhite | |
qt: ensure worker cancellation is complete before clearing | |||
2023-10-13 | Merge pull request #11766 from liamwhite/open-sesame | liamwhite | |
k_page_table: add missing page group open when locking memory | |||
2023-10-13 | Merge pull request #11649 from t895/driver-manager | liamwhite | |
android: Driver manager | |||
2023-10-12 | qt: ensure worker cancellation is complete before clearing | Liam | |
2023-10-12 | android: Update AGP to 8.1.2 | Charles Lombardo | |
2023-10-12 | Merge pull request #11746 from liamwhite/relr | liamwhite | |
jit: add support for relr-type relocations | |||
2023-10-12 | Merge pull request #11763 from liamwhite/lto-noinline | liamwhite | |
kernel: mark TLS accessors as noinline for non-MSVC LTO | |||
2023-10-12 | android: Add GPU driver management fragment | Charles Lombardo | |
Implements a GPU driver manager that saves all drivers to the user data directory and asynchronously installs drivers when they're needed. | |||
2023-10-12 | k_page_table: add missing page group open when locking memory | Liam | |
2023-10-12 | service: caps: Remove ambiguous call | Narr the Reg | |