1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-01-28 02:43:47 +00:00
Ryujinx/src
2024-07-31 17:17:24 -07:00
..
ARMeilleure JIT: Coalesce copies on LSRA with simple register preferencing (#6950) 2024-06-19 09:39:29 -03:00
Ryujinx Ava UI: Handle updates containing non numeric characters (#7043) 2024-07-25 16:44:33 -03:00
Ryujinx.Audio replace ByteMemoryPool use with MemoryOwner<byte> and SpanOwner<byte> (#6911) 2024-06-15 23:00:13 +02:00
Ryujinx.Audio.Backends.OpenAL
Ryujinx.Audio.Backends.SDL2 replace ByteMemoryPool use with MemoryOwner<byte> and SpanOwner<byte> (#6911) 2024-06-15 23:00:13 +02:00
Ryujinx.Audio.Backends.SoundIo replace ByteMemoryPool use with MemoryOwner<byte> and SpanOwner<byte> (#6911) 2024-06-15 23:00:13 +02:00
Ryujinx.Common fix: for pooled memory used for reference types, clear it on return to the pool so that it doesn't prevent GC of the instances it contained (#6937) 2024-06-16 17:47:47 -03:00
Ryujinx.Cpu
Ryujinx.Graphics.Device
Ryujinx.Graphics.GAL Vulkan: Defer guest barriers, and improve image barrier timings (#7012) 2024-07-17 20:21:32 -03:00
Ryujinx.Graphics.Gpu Fix shader RegisterUsage pass only taking first operation dest into account (#7131) 2024-07-30 21:57:55 -03:00
Ryujinx.Graphics.Host1x
Ryujinx.Graphics.Nvdec
Ryujinx.Graphics.Nvdec.FFmpeg
Ryujinx.Graphics.Nvdec.Vp9
Ryujinx.Graphics.OpenGL Vulkan separate descriptor set fixes (#6895) 2024-06-02 22:40:28 -03:00
Ryujinx.Graphics.Shader Fix shader RegisterUsage pass only taking first operation dest into account (#7131) 2024-07-30 21:57:55 -03:00
Ryujinx.Graphics.Texture
Ryujinx.Graphics.Vic
Ryujinx.Graphics.Video
Ryujinx.Graphics.Vulkan Merge branch 'master' into MoreDynamicStatesPartOne 2024-07-31 17:17:24 -07:00
Ryujinx.Gtk3 Fix checking for the wrong metadata files for applications launched with a different program index (#7055) 2024-07-21 14:42:23 -03:00
Ryujinx.Headless.SDL2
Ryujinx.HLE Update kernel GetInfo SVC for firmware 18.0.0 (#7075) 2024-07-22 12:46:04 -03:00
Ryujinx.Horizon Unlink server sessions from multi-wait when service stops processing requests (#7072) 2024-07-20 16:17:40 -03:00
Ryujinx.Horizon.Common
Ryujinx.Horizon.Generators
Ryujinx.Horizon.Kernel.Generators
Ryujinx.Input Fix another NullReferenceException (#6826) 2024-05-17 20:11:30 -03:00
Ryujinx.Input.SDL2
Ryujinx.Memory
Ryujinx.SDL2.Common
Ryujinx.ShaderTools Allow texture arrays to use separate descriptor sets on Vulkan (#6870) 2024-05-26 13:30:19 -03:00
Ryujinx.Tests Update audio renderer to REV12: Add support for splitter biquad filter (#6813) 2024-05-17 16:46:43 -03:00
Ryujinx.Tests.Memory
Ryujinx.Tests.Unicorn
Ryujinx.UI.Common Fix checking for the wrong metadata files for applications launched with a different program index (#7055) 2024-07-21 14:42:23 -03:00
Ryujinx.UI.LocaleGenerator
Spv.Generator