aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-28GPU: Always draw polygon topology as triangle fan (#3932)riperiperi
2022-11-28amadeus: Fixes and initial 15.0.0 support (#3908)Mary-nyan
2022-11-28sfdnsres; Fix deserializer of AddrInfoSerialized when addresses are empty (#3...Ac_K
2022-11-27bsd: Fix eventfd broken logic (#3647)Mary-nyan
2022-11-27Unbreak bug_report.md (#3915)&Olga
2022-11-27HLE: fix small issue in IPsmSession (#3909)Luminoso-256
2022-11-26Avalonia: Fix OpenGL crashing on Linux (#3902)TSRBerry
2022-11-25ava: Fix invisible vulkan window on Linux (#3901)TSRBerry
2022-11-25ava: Refactor Title Update Manager window (#3898)Ac_K
2022-11-25Fix CB0 alignment with addresses used for 8/16-bit LDG/STG (#3897)riperiperi
2022-11-25chore: Update Avalonia related dependencies (#3891)Mary-nyan
2022-11-25ava: Rework DLC Manager, Add various fixes and cleanup (#3896)Ac_K
2022-11-24nuget: bump SharpZipLib from 1.3.3 to 1.4.1 (#3893)dependabot[bot]
2022-11-24chore: Update Ryujinx.SDL2-CS to 2.24.2 (#3892)Mary-nyan
2022-11-24GPU: Don't trigger uploads for redundant buffer updates (#3828)riperiperi
2022-11-24Reduce usage of Marshal.PtrToStructure and Marshal.StructureToPtr (#3805)Mary-nyan
2022-11-24ui: Fixes disposing on GTK/Avalonia and Firmware Messages on Avalonia (#3885)Ac_K
2022-11-24Ryujinx.Ava: Add missing redefinition of app name (#3890)Mary-nyan
2022-11-24Fix NRE on Avalonia for error applets with unknown error message (#3888)gdkchan
2022-11-24GAL: Send all buffer assignments at once rather than individually (#3881)riperiperi
2022-11-24GPU: Access non-prefetch command buffers directly (#3882)riperiperi
2022-11-24GPU: Relax locking on Buffer Cache (#3883)riperiperi
2022-11-24nuget: bump Avalonia from 0.10.15 to 0.10.18 (#3817)dependabot[bot]
2022-11-23ava: Fix JsonSerializer warnings (#3884)Ac_K
2022-11-23Update to LibHac 0.17.0 (#3878)Alex Barney
2022-11-23Stub IFriendService: 1 (Cancel) (#3841)WilliamWsyHK
2022-11-23remove redundant logs (#3877)Emmanuel Hansen
2022-11-21Do not update shader state for DrawTextures (#3876)gdkchan
2022-11-20Use upstream unicorn for Ryujinx.Tests.Unicorn (#3771)TSRBerry
2022-11-20Reword the description of the 6GB expand DRAM hack to be less tantalizing (#3...EmulationFanatic
2022-11-19Unsubscribe MemoryUnmappedHandler even when GPU channel is destroyed (#3872)gdkchan
2022-11-19Fix shader cache on Vulkan when geometry shaders are inserted (#3868)gdkchan
2022-11-18Move gl_Layer from vertex to geometry if GPU does not support it on vertex (#...gdkchan
2022-11-18Vulkan: Clear dummy texture to (0,0,0,0) on creation (#3867)riperiperi
2022-11-18Gpu: Fix thread safety of ReregisterRanges (#3865)riperiperi
2022-11-18Vulkan: Don't create preload command buffer outside a render pass (#3864)riperiperi
2022-11-18Prune ForceDirty and CheckModified caches on unmap (#3862)riperiperi
2022-11-18am: Stub GetSaveDataSizeMax (#3857)TSRBerry
2022-11-18Use ReadOnlySpan<byte> compiler optimization in more places (#3853)Berkan Diler
2022-11-18Allow _volatile to be set from MultiRegionHandle checks again (#3830)riperiperi
2022-11-18SPIR-V: Fix unscaling helper not being able to find Array textures (#3863)riperiperi
2022-11-17GPU: Eliminate CB0 accesses when storage buffer accesses are resolved (#3847)riperiperi
2022-11-17ci: Clean up Actions leftovers (#3859)Mary-nyan
2022-11-17Capitalization to be consistent (#3860)Matthew Wells
2022-11-17Allow to start Ryujinx in wayland environment (#3516)Alberto Fanjul
2022-11-17Fix Fedora support (#3815)Mary-nyan
2022-11-16Prevent raw Unicode control codes from showing on software keyboard applet. (...Logan Stromberg
2022-11-16Update units of memory from decimal to binary prefixes (#3716)Wunk
2022-11-16Use new C# 11 u8 string literals (#3854)Berkan Diler
2022-11-16Make use of Random.Shared (#3852)Berkan Diler