clean_ryujinx/src
Luke Warner 0caeab2270
Remove 'Enter' hotkey in settings menu (#95)
This allows the Enter key to be bound to a button when using the
Avalonia UI.
2024-11-25 13:46:41 -06:00
..
ARMeilleure JIT Sparse Function Table (#250) 2024-11-22 15:33:44 -06:00
Ryujinx Remove 'Enter' hotkey in settings menu (#95) 2024-11-25 13:46:41 -06:00
Ryujinx.Audio fix index out of range check in GetCoefficientAtIndex (#164) 2024-11-03 13:58:27 -06:00
Ryujinx.Audio.Backends.OpenAL misc: Replace "" with string.Empty. 2024-11-01 11:57:23 -05:00
Ryujinx.Audio.Backends.SDL2 misc: Replace references to IntPtr/UIntPtr with nint/nuint + code cleanups. 2024-10-26 08:46:50 -05:00
Ryujinx.Audio.Backends.SoundIo misc: Replace references to IntPtr/UIntPtr with nint/nuint + code cleanups. 2024-10-26 08:46:50 -05:00
Ryujinx.Common Add custom refresh rate mode to VSync option (#238) 2024-11-25 13:39:09 -06:00
Ryujinx.Cpu JIT Sparse Function Table (#250) 2024-11-22 15:33:44 -06:00
Ryujinx.Graphics.Device misc: Replace references to IntPtr/UIntPtr with nint/nuint + code cleanups. 2024-10-26 08:46:50 -05:00
Ryujinx.Graphics.GAL Add custom refresh rate mode to VSync option (#238) 2024-11-25 13:39:09 -06:00
Ryujinx.Graphics.Gpu Textures : Increase the amount of VRAM Cache available for Textures based on selected DRAM. (#36) 2024-11-01 06:46:29 -05:00
Ryujinx.Graphics.Host1x
Ryujinx.Graphics.Nvdec
Ryujinx.Graphics.Nvdec.FFmpeg misc: Replace references to IntPtr/UIntPtr with nint/nuint + code cleanups. 2024-10-26 08:46:50 -05:00
Ryujinx.Graphics.Nvdec.Vp9 misc: Replace references to IntPtr/UIntPtr with nint/nuint + code cleanups. 2024-10-26 08:46:50 -05:00
Ryujinx.Graphics.OpenGL Add custom refresh rate mode to VSync option (#238) 2024-11-25 13:39:09 -06:00
Ryujinx.Graphics.Shader misc: Replace "" with string.Empty. 2024-11-01 11:57:23 -05:00
Ryujinx.Graphics.Texture Replace 'Expand DRAM' option with dropdown menu (#32) 2024-10-21 23:16:41 -05:00
Ryujinx.Graphics.Vic
Ryujinx.Graphics.Video misc: Replace references to IntPtr/UIntPtr with nint/nuint + code cleanups. 2024-10-26 08:46:50 -05:00
Ryujinx.Graphics.Vulkan Add custom refresh rate mode to VSync option (#238) 2024-11-25 13:39:09 -06:00
Ryujinx.Headless.SDL2 Add custom refresh rate mode to VSync option (#238) 2024-11-25 13:39:09 -06:00
Ryujinx.HLE Add custom refresh rate mode to VSync option (#238) 2024-11-25 13:39:09 -06:00
Ryujinx.HLE.Generators Add ability to trim and untrim XCI files from the application context menu AND in Bulk (#105) 2024-11-06 17:37:30 -06:00
Ryujinx.Horizon misc: Replace "" with string.Empty. 2024-11-01 11:57:23 -05:00
Ryujinx.Horizon.Common misc: Replace "" with string.Empty. 2024-11-01 11:57:23 -05:00
Ryujinx.Horizon.Generators
Ryujinx.Horizon.Kernel.Generators
Ryujinx.Input misc: Code cleanups 2024-10-19 16:41:04 -05:00
Ryujinx.Input.SDL2 try 1: Fix IndexOutOfBounds in SDL2GamepadDriver.cs 2024-11-17 00:57:56 -06:00
Ryujinx.Memory JIT Sparse Function Table (#250) 2024-11-22 15:33:44 -06:00
Ryujinx.SDL2.Common SDL: Move Mouse to the Input project instead of Headless. 2024-10-14 15:03:36 -05:00
Ryujinx.ShaderTools
Ryujinx.Tests JIT Sparse Function Table (#250) 2024-11-22 15:33:44 -06:00
Ryujinx.Tests.Memory
Ryujinx.Tests.Unicorn
Ryujinx.UI.Common Add custom refresh rate mode to VSync option (#238) 2024-11-25 13:39:09 -06:00
Ryujinx.UI.LocaleGenerator misc: Replace "" with string.Empty. 2024-11-01 11:57:23 -05:00
Spv.Generator