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
/
Ryujinx.Tests
Age
Commit message (
Expand
)
Author
2024-09-12
Implement Arm32 VSHLL and QADD16 instructions (#7301)
gdkchan
2024-08-08
Implement UQADD16, UQADD8, UQSUB16, UQSUB8, VQRDMULH, VSLI and VSWP Arm32 ins...
gdkchan
2024-05-17
Update audio renderer to REV12: Add support for splitter biquad filter (#6813)
gdkchan
2024-04-19
Update to new standard for volatility operations (#6682)
Marco Carvalho
2024-04-07
Audio rendering: reduce memory allocations (#6604)
jhorv
2024-01-30
Cpu: Implement Vpadal and Vrintr instructions (#6185)
Ac_K
2024-01-24
Implement SQSHL (immediate) CPU instruction (#6155)
gdkchan
2024-01-18
Change shader cache init wait method (#6131)
gdkchan
2023-12-04
editorconfig: Set default encoding to UTF-8 (#5793)
TSRBerry
2023-11-15
Migrate to .NET 8 (#5887)
Zoltan Csizmadia
2023-08-10
[Hotfix] hid: Prevent out of bounds array access (#5547)
TSRBerry
2023-07-30
CPU (A64): Add Fmaxp & Fminp Scalar Inst.s, Fast & Slow Paths; with Tests. (#...
Domenico V
2023-07-01
[Ryujinx.Tests] Address dotnet-format issues (#5389)
TSRBerry
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-14
test: Make tests runnable on system without 4KiB page size (#5184)
Mary
2023-04-27
Adjust Ryujinx.Tests.Memory namespace
TSR Berry
2023-04-27
Rename Ryujinx.Memory.Tests to Ryujinx.Tests.Memory
TSR Berry
2023-04-27
Move solution and projects to src
TSR Berry