aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-07-02[Ryujinx] Address dotnet-format issues (#5395)1.1.948TSRBerry
2023-07-01[Ryujinx.Horizon] Address dotnet-format issues (#5381)1.1.947TSRBerry
2023-07-01[Ryujinx.Graphics.Vulkan] Address dotnet-format issues (#5378)1.1.946TSRBerry
2023-07-01Indexing at 0 should be used instead of the "Enumerable" extension method "Fi...1.1.945Marco Carvalho
2023-07-01[Ryujinx.Cpu] Address dotnet-format issues (#5365)1.1.944TSRBerry
2023-07-01[Ryujinx.Tests] Address dotnet-format issues (#5389)1.1.943TSRBerry
2023-06-29[Ryujinx.Ui.Common] Address dotnet-format issues (#5392)1.1.942TSRBerry
2023-06-28[Ryujinx.Graphics.GAL] Address dotnet-format issues (#5366)1.1.941TSRBerry
2023-06-28[Ryujinx.Headless.SDL2] Address dotnet-format issues (#5379)1.1.939TSRBerry
2023-06-28[Spv.Generator] Address dotnet-format issues (#5394)1.1.938TSRBerry
2023-06-28[Ryujinx.Graphics.Texture] Address dotnet-format issues (#5375)1.1.937TSRBerry
2023-06-28[Ryujinx.Common] Address dotnet-format issues (#5358)1.1.936TSRBerry
2023-06-28[Ryujinx.Memory] Address dotnet-format issues (#5386)1.1.935TSRBerry
2023-06-28[Ryujinx.Input] Address dotnet-format issues (#5384)1.1.934TSRBerry
2023-06-28[Ryujinx.Graphics.OpenGL] Address dotnet-format issues (#5372)1.1.933TSRBerry
2023-06-28Cpu: Implement VCVT (between floating-point and fixed-point) instruction (#5343)1.1.932Ac_K
2023-06-28[Ryujinx.Graphics.Nvdec.Vp9] Address dotnet-format issues (#5371)1.1.930TSRBerry
2023-06-28[Ryujinx.Graphics.Shader] Address dotnet-format issues (#5373)1.1.929TSRBerry
2023-06-27[Ryujinx.Horizon.Kernel.Generators] Address dotnet-format issues (#5376)1.1.928TSRBerry
2023-06-28Apply new naming rule to all projects except Vp9 (#5407)1.1.927TSRBerry
2023-06-27[Ryujinx.Graphics.Video] Address dotnet-format issues (#5377)1.1.926TSRBerry
2023-06-27[Ryujinx.Graphics.Host1x] Address dotnet-format issues (#5368)1.1.925TSRBerry
2023-06-26[Ryujinx.Horizon.Generators] Address dotnet-format issues (#5383)1.1.924TSRBerry
2023-06-26[ARMeilleure] Address dotnet-format issues (#5357)1.1.923TSRBerry
2023-06-26[Ryujinx.Input.SDL2] Address dotnet-format issues (#5385)1.1.922TSRBerry
2023-06-26[Ryujinx.SDL2.Common] Address dotnet-format issues (#5387)1.1.921TSRBerry
2023-06-26misc: memory: Migrate from OutOfMemoryException to SystemException entirely (...1.1.920Mary
2023-06-25[Ryujinx.Graphics.Device] Address dotnet-format issues (#5363)1.1.919TSRBerry
2023-06-25[Ryujinx.Audio.Backends.SDL2] Address dotnet-format issues (#5364)1.1.918TSRBerry
2023-06-25[Ryujinx.Graphics.Nvdec] Address dotnet-format issues (#5369)1.1.917TSRBerry
2023-06-25[Ryujinx.ShaderTools] Address dotnet-format issues (#5388)1.1.916TSRBerry
2023-06-25[Ryujinx.Graphics.Nvdec.FFmpeg] Address dotnet-format issues (#5370)1.1.915TSRBerry
2023-06-25[Ryujinx.Tests.Memory] Address dotnet-format issues (#5390)1.1.914TSRBerry
2023-06-25[Ryujinx.Graphics.Vic] Address dotnet-format issues (#5374)1.1.913TSRBerry
2023-06-25[Ryujinx.Tests.Unicorn] Address dotnet-format issues (#5391)1.1.912TSRBerry
2023-06-25Set COMPlus_DefaultStackSize to 2M in macOS (#5349)1.1.911Shihta Kuan
2023-06-25[Ryujinx.Horizon.Common] Address dotnet-format issues (#5382)1.1.910TSRBerry
2023-06-25[Ryujinx.Audio.Backends.SoundIo] Address dotnet-format issues (#5360)1.1.909TSRBerry
2023-06-25[Ryujinx.Audio.Backends.OpenAL] Address dotnet-format issues (#5359)1.1.908TSRBerry
2023-06-24Empty "case" clauses that fall through to the "default" should be omitted (#5...1.1.907Marco Carvalho
2023-06-24Mutable fields should not be "public static" (#5352)1.1.906Marco Carvalho
2023-06-24MemoryManagement: Change return types for Commit/Decommit to void (#5325)1.1.905TSRBerry
2023-06-23"Where" should be used before "OrderBy" (#5346)1.1.904Marco Carvalho
2023-06-23"StartsWith" and "EndsWith" overloads that take a "char" should be used inste...1.1.903Marco Carvalho
2023-06-23"Find" method should be used instead of the "FirstOrDefault" extension (#5344)1.1.902Marco Carvalho
2023-06-23"Exists" method should be used instead of the "Any" extension (#5345)1.1.901Marco Carvalho
2023-06-22Fix regression introduced by 1.1.1733 on Intel GPUs (#5311)1.1.900Kurochi51
2023-06-22GetHashCode should not reference mutable fields (#5331)1.1.899Marco Carvalho
2023-06-20misc: Implement address space size workarounds (#5191)1.1.898Mary
2023-06-17Ensure shader local and shared memory sizes are not zero (#5321)1.1.897gdkchan