aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2023-06-15Implement Load/Store Local/Shared and Atomic shared using new instructions (#...1.1.896gdkchan
2023-06-15Inheritance list should not be redundant (#5230)1.1.895Marco Carvalho
2023-06-15Blocks should be synchronized on read-only fields (#5212)1.1.894Marco Carvalho
2023-06-14test: Make tests runnable on system without 4KiB page size (#5184)1.1.892Mary
2023-06-14Fix Arm32 double to int/uint conversion on Arm64 (#5292)1.1.891gdkchan
2023-06-13Mod Loader: Stop loading mods from folders that don't exactly match titleId (...1.1.890Kurochi51
2023-06-13UI: Correctly set 'shell/open/command; registry key for file associations (#5...1.1.889mmdurrant
2023-06-13Make LM skip instead of crashing for invalid messages (#5290)1.1.888gdkchan
2023-06-12hle: Stub IHidbusServer.GetBusHandle (#5284)1.1.887Steveice10
2023-06-11Ava: Fix OpenGL on Linux again (#5216)1.1.885TSRBerry
2023-06-11Show/Hide UI Hotkey fix on Avalonia (#5133)1.1.884Patrick Hovsepian
2023-06-11Implement fast path for AES crypto instructions on Arm64 (#5281)1.1.883gdkchan
2023-06-10Implement transform feedback emulation for hardware without native support (#...1.1.882gdkchan
2023-06-09Non-flags enums should not be used in bitwise operations (#5214)1.1.881Marco Carvalho
2023-06-09Update ShaderConfig.cs (#5226)1.1.880Marco Carvalho
2023-06-09Exclude macOS from checking for changed files (#5270)1.1.879siegmund-heiss-ich
2023-06-09Check if existing oldConfigPath is a Symlink (#5271)1.1.878siegmund-heiss-ich
2023-06-09Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'Co...1.1.877Marco Carvalho
2023-06-09Swkbd Applet Fixes (#5236)1.1.876Isaac Marovitz
2023-06-09Removing shift by 0 (#5249)1.1.875Marco Carvalho