Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-18 | Deleted admin requisite (maybe it was another mistake). | boludoz | |
2023-10-18 | Merge branch 'yuzu-emu:master' into new-shortcut | Franco M | |
2023-10-17 | Merge pull request #11774 from liamwhite/refcount-issue | liamwhite | |
fsmitm_romfsbuild: avoid unnecessary copies of vfs pointers | |||
2023-10-17 | Merge pull request #11747 from Kelebek1/image_alias_sample_names | liamwhite | |
Small things | |||
2023-10-17 | Merge pull request #11349 from vonchenplus/buffer_cache_crash | liamwhite | |
video_core: Fix moltenvk crash on macos | |||
2023-10-17 | Merge pull request #11788 from Squall-Leonhart/IFREMOVED | Fernando S | |
[crash fix]brings back the removed if statement in util.cpp and adds the num_level test to it like previous discontinued PR | |||
2023-10-17 | Final refactorization | boludoz | |
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-15 | brings back the removed If statement and adds the num_level test | Squall Leonhart | |
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 | |||
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 | qt: add network components when using discord | 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 | Merge pull request #11773 from t895/manager-fix | Charles Lombardo | |
android: Fix incorrect assumption for driver installation validation | |||
2023-10-13 | fsmitm_romfsbuild: avoid unnecessary copies of vfs pointers | Liam | |
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: Allow ANDROID_STL | Charles Lombardo | |
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 | externals: Update LLVM to 17.0.2 | Charles Lombardo | |
Matches android ndk |