aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Tests.Unicorn
AgeCommit message (Expand)AuthorFilesLines
2022-12-15Replace `DllImport` usage with `LibraryImport` (#4084)1.1.472Isaac Marovitz1-27/+28
2022-12-12Use method overloads that support trimming. Mark some types to be trimming fr...Andrey Sukharev1-2/+3
2022-12-10Fix Redundant Qualifer Warnings (#4091)1.1.459Isaac Marovitz2-6/+6
2022-11-20Use upstream unicorn for Ryujinx.Tests.Unicorn (#3771)1.1.368TSRBerry24-708/+1151
2022-11-09infra: Migrate to .NET 7 (#3795)1.1.339Mary-nyan1-1/+1
2022-10-23Ryujinx.Tests.Unicorn: Implement IDisposable (#3794)1.1.326merry2-4/+36
2022-08-18Removed unused usings. (#3593)1.1.223Nicholas Rodine1-5/+1
2022-02-17ARMeilleure: Thumb support (All T16 instructions) (#3105)1.1.36merry1-2/+12
2021-11-28infra: Migrate to .NET 6 (#2829)Mary1-1/+1
2021-09-15Add Linux Unicorn patch + desc. (#2609)Michael Gielda2-2/+45
2020-11-15infra: Migrate to .NET 5 (#1694)Mary1-3/+1
2020-08-30Remove the Ryujinx.Debugger project (#1506)Mary1-11/+1
2020-08-13Fix Vcvt_FI & Vcvt_RM; Add Vfma_S & Vfms_S. Add Tests. (#1471)LDj3SNuD1-4/+0
2020-08-08CPU: This PR fixes Fpscr, among other things. (#1433)LDj3SNuD1-0/+0
2020-05-04Upgrade projects to C#8 (#1193)Ac_K1-0/+1
2020-04-22Update .NET Core to 3.1, and update NuGet Packages (#1121)Michael Kuklinski1-2/+2
2020-03-01Add SSAT, SSAT16, USAT and USAT16 ARM32 instructions (#954)gdkchan1-11/+17
2020-02-24Add most of the A32 instruction set to ARMeilleure (#897)riperiperi2-0/+419
2020-02-06Render Profiler in GUI (#854)emmauss1-2/+2
2019-11-09Fix Fcmge_S/V & Fcmgt_S/V Inst.s (#815)LDj3SNuD1-1/+1
2019-10-31.NET Core 3.0 is here! (#784)LDj3SNuD1-2/+2
2019-08-08Add a new JIT compiler for CPU code (#693)gdkchan7-102/+211
2019-07-02Misc cleanup (#708)Alex Barney6-108/+112
2019-04-26Built in profiling (#567)BaronKiko1-0/+11
2018-10-17Remove unnecessary usings (#463)gdkchan7-12/+0
2018-09-01Ryujinx.Tests: Add unicorn to test framework (#389)Merry13-0/+857