summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | moved line to appease the format godsGravatar Squall-Leonhart2023-10-151-1/+1
| | | | | | | |
| * | | | | | | Implement missing formats for Bravely Default 2Gravatar Squall-Leonhart2023-10-155-0/+44
| | | | | | | |
* | | | | | | | Merge pull request #11791 from german77/bufferxGravatar liamwhite2023-10-184-46/+70
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | service: hle: Allow to access read buffer A and X directly
| * | | | | | | service: hle: Allow to access read buffer A and X directlyGravatar german772023-10-164-46/+70
| | | | | | | |
* | | | | | | | Merge pull request #11774 from liamwhite/refcount-issueGravatar liamwhite2023-10-1710-85/+77
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fsmitm_romfsbuild: avoid unnecessary copies of vfs pointers
| * | | | | | | | fsmitm_romfsbuild: avoid unnecessary copies of vfs pointersGravatar Liam2023-10-1310-85/+77
| | | | | | | | |
* | | | | | | | | Merge pull request #11747 from Kelebek1/image_alias_sample_namesGravatar liamwhite2023-10-174-4/+9
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Small things
| * | | | | | | | | Get out of render pass before query barriers, fix image names with samples > ↵Gravatar Kelebek12023-10-114-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1, remove image alias bit
* | | | | | | | | | Merge pull request #11349 from vonchenplus/buffer_cache_crashGravatar liamwhite2023-10-174-8/+25
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | video_core: Fix moltenvk crash on macos
| * | | | | | | | | video_core: Fix d24r8/s8d24 convert shader build error in moltenvkGravatar Feng Chen2023-09-072-8/+8
| | | | | | | | | |
| * | | | | | | | | video_core: Add missing scissor update when viewport scale offset disableGravatar Feng Chen2023-09-071-0/+13
| | | | | | | | | |
| * | | | | | | | | video_core: set vertex buffer num to 16, because mvk have when using more ↵Gravatar Feng Chen2023-08-231-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | than 16
* | | | | | | | | | Merge pull request #11788 from Squall-Leonhart/IFREMOVEDGravatar Fernando S2023-10-171-2/+9
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | [crash fix]brings back the removed if statement in util.cpp and adds the num_level test to it like previous discontinued PR
| * | | | | | | | | brings back the removed If statement and adds the num_level testGravatar Squall Leonhart2023-10-151-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This resolves the out of bounds read/writes in the linear swizzler, it brings back the scaled TOTK Recall bug however, pending further work in the block size calculation. Recall is not glitched in the Dynamic FPS resolution mod to the degree that it is in the native yuzu scaler, this can be a workaround for the time being. The recall effect is constructed from multiple 320x180 texture slices, it breaking may have a similar origin to https://github.com/Ryujinx/Ryujinx/pull/5640 but it may also be connected to the other deficiencies identified in the Yuzu size calculations, such as no apparent implementation of slice testing for end of slce depth as opposed to full aligned size as implemented in https://github.com/Ryujinx/Ryujinx/pull/5220
* | | | | | | | | | service: acc: Implement functions needed for profile select (#11653)Gravatar Narr the Reg2023-10-176-8/+91
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Merge pull request #11786 from v1993/cuda-on-linuxGravatar liamwhite2023-10-151-10/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | host1x/codecs: enable CUDA on Linux
| * | | | | | | | | host1x/codecs: enable CUDA on LinuxGravatar Valeri2023-10-141-10/+0
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge pull request #11794 from german77/linemotGravatar liamwhite2023-10-151-0/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | input_common: udp: Avoid crash when trying to map motion before client is ready
| * | | | | | | | input_common: udp: Avoid crash when trying to map motion before client is readyGravatar german772023-10-151-0/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #11780 from Darkness4/masterGravatar liamwhite2023-10-141-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | qt: add network components when using discord
| * | | | | | | | Revert "cmake: only add network component if qt used"Gravatar Nguyen Marc2023-10-141-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit a94371f67b9da4fd1f421b2088b4366e3e58a1ad.
| * | | | | | | | cmake: only add network component if qt usedGravatar Nguyen Marc2023-10-141-1/+4
| | | | | | | | |
| * | | | | | | | qt: add missing target_link_libraries for discordrpcGravatar Nguyen Marc2023-10-141-1/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #11779 from flodavid/improve-player-config-clickGravatar liamwhite2023-10-142-10/+27
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | yuzu: Improve behavior when clicking on controller box in Control configuration
| * | | | | | | | | yuzu: Improve behavior when clicking on controller box in Control ConfigurationGravatar flodavid2023-10-142-10/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When reducing the number of Connecter Controllers, keep the one clicked if it was not the last one of the list
* | | | | | | | | | Merge pull request #11778 from liamwhite/audren-shutdown-lockGravatar liamwhite2023-10-141-0/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | audio: fix shutdown deadlock in audio renderer
| * | | | | | | | | | audio: fix shutdown deadlock in audio rendererGravatar Liam2023-10-131-0/+4
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #11775 from Kelebek1/draw_vertex_arrayGravatar liamwhite2023-10-142-1/+25
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Implement vertex array first and subsequent draws
| * | | | | | | | | | Implement vertex array first and subsequent drawsGravatar Kelebek12023-10-142-1/+25
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #11159 from flodavid/master_bisGravatar liamwhite2023-10-148-43/+125
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Enable to use controller to close a game
| * | | | | | | | | fix styleGravatar F David2023-10-121-2/+3
| | | | | | | | | |
| * | | | | | | | | yuzu: Enable to use controller to restart a gameGravatar flodavid2023-10-123-18/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Show the right confirm dialog if wanted - Create generic method to ask close confirmation - Add "R + Plus + Minus" default shortcut to Restart emulation
| * | | | | | | | | yuzu: Use new setting method for stop emulationGravatar Florian2023-10-126-9/+36
| | | | | | | | | |
| * | | | | | | | | yuzu: Enable to use controller to close a gameGravatar flodavid2023-10-125-32/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add General setting to choose if a confirm dialog is shown when stopping - Show the right confirm dialog if wanted - Reuse dialog window that ask to close the game - Add "L + Plus + Minus" default shortcut to Stop emulation - Create generic question dialog based on TAS dialog - It allows controller interaction on most dialogs
* | | | | | | | | | Merge pull request #11772 from v1993/polyfill-thread-fixesGravatar liamwhite2023-10-131-10/+11
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | common/polyfill_thread: use std::forward where appropriate, qualify std::move calls
| * | | | | | | | | common/polyfill_thread: use std::forward where appropriate, qualify ↵Gravatar Valeri Ochinski2023-10-131-10/+11
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | std::move calls
* | | | | | | | | Merge pull request #11767 from t895/gradle-stuffGravatar Charles Lombardo2023-10-133-11/+10
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | android: Update dependencies
| * | | | | | | | | android: Remove unnecessary flag to extract native libs in AndroidManifest.xmlGravatar Charles Lombardo2023-10-131-1/+0
| | | | | | | | | |
| * | | | | | | | | android: Update dependenciesGravatar Charles Lombardo2023-10-131-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates to androidx navigation, lifecycle, preference, fragment, recyclerview, and core
| * | | | | | | | | android: Update ndk to 26.1.10909125Gravatar Charles Lombardo2023-10-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new ndk uses LLVM 17.0.2 so we can remove the LLVM download and libc++ options for the android builds
| * | | | | | | | | android: Update AGP to 8.1.2Gravatar Charles Lombardo2023-10-121-2/+2
| | | | | | | | | |
* | | | | | | | | | android: Fix incorrect assumption for driver installation validationGravatar Charles Lombardo2023-10-131-12/+13
| |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | Improvement in Directory Path Detection for Shortcuts (#11749)Gravatar DanielSvoboda2023-10-131-30/+38
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | | | | | | | Merge pull request #11769 from liamwhite/qt-ownership-issueGravatar liamwhite2023-10-133-6/+11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | qt: ensure worker cancellation is complete before clearing
| * | | | | | | | qt: ensure worker cancellation is complete before clearingGravatar Liam2023-10-123-6/+11
| |/ / / / / / /
* | | | | | | | Merge pull request #11766 from liamwhite/open-sesameGravatar liamwhite2023-10-131-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | k_page_table: add missing page group open when locking memory
| * | | | | | | | k_page_table: add missing page group open when locking memoryGravatar Liam2023-10-121-0/+5
| | | | | | | | |
* | | | | | | | | Merge pull request #11649 from t895/driver-managerGravatar liamwhite2023-10-1336-299/+1039
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | android: Driver manager
| * | | | | | | | android: Add GPU driver management fragmentGravatar Charles Lombardo2023-10-1232-263/+1010
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implements a GPU driver manager that saves all drivers to the user data directory and asynchronously installs drivers when they're needed.
| * | | | | | | | android: Use application context for all FileUtil functionsGravatar Charles Lombardo2023-10-018-41/+34
| | | | | | | | |