1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-11-17 20:26:39 +00:00
Ryujinx/src
2024-08-13 13:53:25 +12:00
..
ARMeilleure Implement UQADD16, UQADD8, UQSUB16, UQSUB8, VQRDMULH, VSLI and VSWP Arm32 instructions (#7174) 2024-08-08 17:07:24 -03:00
Ryujinx Undo localisation 2024-08-13 13:53:21 +12:00
Ryujinx.Audio Fix off-by-one on audio renderer PerformanceManager.GetNextEntry (#7139) 2024-07-31 22:22:11 -03: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 Replace and remove obsolete ByteMemoryPool type (#7155) 2024-08-05 21:09:08 -03:00
Ryujinx.Cpu Implement UQADD16, UQADD8, UQSUB16, UQSUB8, VQRDMULH, VSLI and VSWP Arm32 instructions (#7174) 2024-08-08 17:07:24 -03:00
Ryujinx.Graphics.Device replace ByteMemoryPool usage in Ryujinx.Graphics (#7129) 2024-08-03 19:50:53 +01:00
Ryujinx.Graphics.GAL Clamp amount of mipmap levels to max allowed for all backends (#7197) 2024-08-12 17:45:25 -03:00
Ryujinx.Graphics.Gpu Clamp amount of mipmap levels to max allowed for all backends (#7197) 2024-08-12 17:45:25 -03:00
Ryujinx.Graphics.Host1x
Ryujinx.Graphics.Nvdec
Ryujinx.Graphics.Nvdec.FFmpeg
Ryujinx.Graphics.Nvdec.Vp9
Ryujinx.Graphics.OpenGL Clamp amount of mipmap levels to max allowed for all backends (#7197) 2024-08-12 17:45:25 -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 replace ByteMemoryPool usage in Ryujinx.Graphics (#7129) 2024-08-03 19:50:53 +01:00
Ryujinx.Graphics.Vic
Ryujinx.Graphics.Video
Ryujinx.Graphics.Vulkan replace ByteMemoryPool usage in Ryujinx.Graphics (#7129) 2024-08-03 19:50:53 +01:00
Ryujinx.Gtk3 Update src/Ryujinx.Gtk3/UI/Windows/AboutWindow.cs 2024-08-13 13:44:29 +12:00
Ryujinx.Headless.SDL2 Add linux specific files to local builds (#6762) 2024-05-14 16:06:40 +02:00
Ryujinx.HLE Fix off-by-one on audio renderer PerformanceManager.GetNextEntry (#7139) 2024-07-31 22:22:11 -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 Audio rendering: reduce memory allocations (#6604) 2024-04-07 18:07:32 -03:00
Ryujinx.Horizon.Kernel.Generators
Ryujinx.Input Fix another NullReferenceException (#6826) 2024-05-17 20:11:30 -03:00
Ryujinx.Input.SDL2
Ryujinx.Memory Replace and remove obsolete ByteMemoryPool type (#7155) 2024-08-05 21:09:08 -03:00
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 Implement UQADD16, UQADD8, UQSUB16, UQSUB8, VQRDMULH, VSLI and VSWP Arm32 instructions (#7174) 2024-08-08 17:07:24 -03:00
Ryujinx.Tests.Memory
Ryujinx.Tests.Unicorn
Ryujinx.UI.Common Changes Twitter to X 2024-08-13 12:09:01 +12:00
Ryujinx.UI.LocaleGenerator
Spv.Generator