Age | Commit message (Expand) | Author |
2024-01-20 | Implement a new JIT for Arm devices (#6057)1.1.1117 | gdkchan |
2024-01-18 | Change shader cache init wait method (#6131)1.1.1114 | gdkchan |
2024-01-18 | Move most of signal handling to Ryujinx.Cpu project (#6128)1.1.1113 | gdkchan |
2023-12-04 | editorconfig: Set default encoding to UTF-8 (#5793)1.1.1095 | TSRBerry |
2023-11-16 | Fix JitCache.Unmap called with the same address freeing memory in use (#5937)1.1.1089 | gdkchan |
2023-11-15 | Migrate to .NET 8 (#5887)1.1.1084 | Zoltan Csizmadia |
2023-11-05 | Better handle instruction aborts when hitting unmapped memory (#5869)1.1.1070 | Somebody Whoisbored |
2023-10-12 | Replace ReaderWriterLock with ReaderWriterLockSlim (#5785)1.1.1051 | sunshineinabox |
2023-10-07 | Fix return value of Get function when a result does not yet exist for the add...1.1.1048 | sharmander |
2023-10-05 | Strings should not be concatenated using '+' in a loop (#5664)1.1.1043 | Marco Carvalho |
2023-09-26 | GPU: Don't create tracking handles for buffer textures (#5727)1.1.1032 | riperiperi |
2023-08-13 | "static readonly" constants should be "const" instead (#5560)1.1.984 | Marco Carvalho |
2023-08-09 | Allow access to code memory for exefs mods (#5518)1.1.978 | TSRBerry |
2023-07-30 | CPU (A64): Add Fmaxp & Fminp Scalar Inst.s, Fast & Slow Paths; with Tests. (#...1.1.971 | Domenico V |
2023-07-24 | Add workflow to automatically check code style issues for PRs (#4670)1.1.969 | TSRBerry |
2023-07-16 | cpu: Hotfix missing ToNearest rounding mode cases1.1.963 | TSRBerry |
2023-06-28 | Cpu: Implement VCVT (between floating-point and fixed-point) instruction (#5343)1.1.932 | Ac_K |
2023-06-28 | Apply new naming rule to all projects except Vp9 (#5407)1.1.927 | TSRBerry |
2023-06-26 | [ARMeilleure] Address dotnet-format issues (#5357)1.1.923 | TSRBerry |
2023-06-24 | Empty "case" clauses that fall through to the "default" should be omitted (#5...1.1.907 | Marco Carvalho |
2023-06-24 | MemoryManagement: Change return types for Commit/Decommit to void (#5325)1.1.905 | TSRBerry |
2023-06-22 | GetHashCode should not reference mutable fields (#5331)1.1.899 | Marco Carvalho |
2023-06-15 | Inheritance list should not be redundant (#5230)1.1.895 | Marco Carvalho |
2023-06-15 | Blocks should be synchronized on read-only fields (#5212)1.1.894 | Marco Carvalho |
2023-06-14 | test: Make tests runnable on system without 4KiB page size (#5184)1.1.892 | Mary |
2023-06-14 | Fix Arm32 double to int/uint conversion on Arm64 (#5292)1.1.891 | gdkchan |
2023-06-11 | Implement fast path for AES crypto instructions on Arm64 (#5281)1.1.883 | gdkchan |
2023-06-09 | Non-flags enums should not be used in bitwise operations (#5214)1.1.881 | Marco Carvalho |
2023-06-03 | Armeilleure: Fix support for Windows on ARM64 (#5202)1.1.858 | Mary |
2023-05-10 | Ensure background translation threads exited before disposing JIT (#4874)1.1.777 | gdkchan |
2023-05-09 | Replace DelegateHelper with pre-generated delegates (#4867)1.1.773 | gdkchan |
2023-04-27 | Move solution and projects to src | TSR Berry |