index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ARMeilleure
Age
Commit message (
Expand
)
Author
2023-06-28
Cpu: Implement VCVT (between floating-point and fixed-point) instruction (#5343)
Ac_K
2023-06-28
Apply new naming rule to all projects except Vp9 (#5407)
TSRBerry
2023-06-26
[ARMeilleure] Address dotnet-format issues (#5357)
TSRBerry
2023-06-24
Empty "case" clauses that fall through to the "default" should be omitted (#5...
Marco Carvalho
2023-06-24
MemoryManagement: Change return types for Commit/Decommit to void (#5325)
TSRBerry
2023-06-22
GetHashCode should not reference mutable fields (#5331)
Marco Carvalho
2023-06-15
Inheritance list should not be redundant (#5230)
Marco Carvalho
2023-06-15
Blocks should be synchronized on read-only fields (#5212)
Marco Carvalho
2023-06-14
test: Make tests runnable on system without 4KiB page size (#5184)
Mary
2023-06-14
Fix Arm32 double to int/uint conversion on Arm64 (#5292)
gdkchan
2023-06-11
Implement fast path for AES crypto instructions on Arm64 (#5281)
gdkchan
2023-06-09
Non-flags enums should not be used in bitwise operations (#5214)
Marco Carvalho
2023-06-03
Armeilleure: Fix support for Windows on ARM64 (#5202)
Mary
2023-05-10
Ensure background translation threads exited before disposing JIT (#4874)
gdkchan
2023-05-09
Replace DelegateHelper with pre-generated delegates (#4867)
gdkchan
2023-04-27
Move solution and projects to src
TSR Berry