| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-17 | general: fix build failure on clang 17 | Liam | |
| 2023-10-17 | yuzu: Improve behavior when clicking on controller box in Controller applet | flodavid | |
| - Apply changes on Controller configuration of commit 9524d70 to Controller applet - Fix regression of this previous commit: Enabling a controller in its tab did not activate previous controllers Signed-off-by: flodavid <fl.david.53@gmail.com> | |||
| 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 | renderer_vulkan: add locks to avoid scheduler flushes from CPU | Liam | |
| 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-16 | service: hle: Allow to access read buffer A and X directly | german77 | |
| 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-17 | Changes based on hardware tests | Squall-Leonhart | |
| Removes unnecessary d32f to bgra shader and blit functions, update vk_texture_cache to use abgr shader for d32f to BGRA formats updates abgr to d32f shader to comply with hardware tests | |||
| 2023-10-17 | Make Clang happy. | Squall Leonhart | |
| 2023-10-17 | Added missing BuildShader line | Squall Leonhart | |
| Adds `convert_abgr8_to_d32f_frag(BuildShader(device, CONVERT_ABGR8_TO_D32F_FRAG_SPV)),` | |||
| 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-16 | added missing trailing line. | Squall Leonhart | |
| 2023-10-15 | Unnecessary feature removed | boludoz | |
| 2023-10-16 | meant to add the unorms as well | Squall Leonhart | |
| 2023-10-16 | use texelfetch instead of texturelod | Squall-Leonhart | |
| 2023-10-16 | appease the format gods | Squall Leonhart | |
| 2023-10-16 | Another missing copy connected to Bravely Default II | Squall-Leonhart | |
| adds blit_image_helper.ConvertABGR8ToD32F and fragment shader for performing ABGR and BGRA to D32F copies | |||
| 2023-10-15 | missed this line when editing the copypasta | Squall-Leonhart | |
| 2023-10-15 | moved line to appease the format gods | Squall-Leonhart | |
| 2023-10-15 | Implement missing formats for Bravely Default 2 | Squall-Leonhart | |
| 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 | |
