aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-06-23"Find" method should be used instead of the "FirstOrDefault" extension (#5344)Marco Carvalho
2023-06-23"Exists" method should be used instead of the "Any" extension (#5345)Marco Carvalho
2023-06-22Fix regression introduced by 1.1.1733 on Intel GPUs (#5311)Kurochi51
2023-06-22GetHashCode should not reference mutable fields (#5331)Marco Carvalho
2023-06-20misc: Implement address space size workarounds (#5191)Mary
2023-06-17Ensure shader local and shared memory sizes are not zero (#5321)gdkchan
2023-06-15Implement Load/Store Local/Shared and Atomic shared using new instructions (#...gdkchan
2023-06-15Inheritance list should not be redundant (#5230)Marco Carvalho
2023-06-15Blocks should be synchronized on read-only fields (#5212)Marco Carvalho
2023-06-14test: Make tests runnable on system without 4KiB page size (#5184)Mary
2023-06-14Fix Arm32 double to int/uint conversion on Arm64 (#5292)gdkchan
2023-06-13Mod Loader: Stop loading mods from folders that don't exactly match titleId (...Kurochi51
2023-06-13UI: Correctly set 'shell/open/command; registry key for file associations (#5...mmdurrant
2023-06-13Make LM skip instead of crashing for invalid messages (#5290)gdkchan
2023-06-12hle: Stub IHidbusServer.GetBusHandle (#5284)Steveice10
2023-06-11Ava: Fix OpenGL on Linux again (#5216)TSRBerry
2023-06-11Show/Hide UI Hotkey fix on Avalonia (#5133)Patrick Hovsepian
2023-06-11Implement fast path for AES crypto instructions on Arm64 (#5281)gdkchan
2023-06-10Implement transform feedback emulation for hardware without native support (#...gdkchan
2023-06-09Non-flags enums should not be used in bitwise operations (#5214)Marco Carvalho
2023-06-09Update ShaderConfig.cs (#5226)Marco Carvalho
2023-06-09Exclude macOS from checking for changed files (#5270)siegmund-heiss-ich
2023-06-09Check if existing oldConfigPath is a Symlink (#5271)siegmund-heiss-ich
2023-06-09Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'Co...Marco Carvalho
2023-06-09Swkbd Applet Fixes (#5236)Isaac Marovitz
2023-06-09Removing shift by 0 (#5249)Marco Carvalho
2023-06-08Vulkan: Use aspect flags for identity views for bindings (#5267)riperiperi
2023-06-08Remove barrier on Intel if control flow is potentially divergent (#5044)gdkchan
2023-06-08Implement soft float64 conversion on shaders when host has no support (#5159)gdkchan
2023-06-05Updater: Ignore files introduced by the user in base directory (#5092)Kurochi51
2023-06-05Fix wrong unaligned SB state when fetching compute shaders (#5223)gdkchan
2023-06-05Texture: Fix 3D texture size when totalBlocksOfGobsInZ > 1 (#5228)riperiperi
2023-06-05Better application grid flex (#5218)Théo Arrouye
2023-06-05Dont Error on Invalid Enum Values (#5169)Isaac Marovitz
2023-06-04Replacing ZbcColorArray with Array4<uint> (#5210)Marco Carvalho
2023-06-04Texture: Fix layout conversion when gobs in z is used with depth = 1 (#5220)riperiperi
2023-06-04Check KeyboardMode in GUI (#4343)WilliamWsyHK
2023-06-03Implement shader storage buffer operations using new Load/Store instructions ...gdkchan
2023-06-03ava: Fix Input Touch (#5204)Ac_K
2023-06-03ava: Fix Open Applet menu enabled (#5206)Ac_K
2023-06-03Armeilleure: Fix support for Windows on ARM64 (#5202)Mary
2023-06-03Allow BGRA images on Vulkan (#5203)gdkchan
2023-06-03ava: Fix exit dialog while guest is running. (#5207)Ac_K
2023-06-01UI: Fix empty homebrew icon (#5189)Ac_K
2023-06-01Give Library header DockPanel explicit height (#5160)Théo Arrouye
2023-06-01[Logger] Add print with stacktrace method (#5129)TSRBerry
2023-06-01Vulkan: Include DepthMode in ProgramPipelineState (#5185)riperiperi
2023-05-31GPU: Dispose Renderer after running deferred actions (#5144)riperiperi
2023-05-31Avalonia UI: Fix letter "x" in Ryujinx logo being cut off (#5176)yell0wsuit
2023-05-31Skip draws with zero vertex count (#5149)gdkchan