This website requires JavaScript.
Explore
Help
Register
Sign In
Museum
/
ryujinx
Archived
Watch
1
Star
0
Fork
0
You've already forked ryujinx
Code
Issues
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-09-02
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
c99b2884e4eb9adfb5b893ee84d7678262d19b06
ryujinx
/
ChocolArm64
History
gdkchan
c99b2884e4
Remove broken adds/cmn with condition check optimization (
#218
)
2018-07-03 21:54:05 -03:00
..
Decoder
Added support for more shader instructions and texture formats, fix swapped channels in RGB565 and RGBA5551? texture formats, allow zero values on blending registers, initial work to build CFG on the shader decoder, update the BRA instruction to work with it (WIP)
2018-05-29 20:37:10 -03:00
Decoder32
Initial work to support AArch32 with a interpreter, plus nvmm stubs (not used for now)
2018-05-26 17:50:47 -03:00
Events
Implement SvcGetThreadContext3
2018-06-26 01:10:15 -03:00
Exceptions
Split main project into core,graphics and chocolarm4 subproject (
#29
)
2018-02-20 17:09:23 -03:00
Instruction
Remove broken adds/cmn with condition check optimization (
#218
)
2018-07-03 21:54:05 -03:00
Instruction32
Initial work to support AArch32 with a interpreter, plus nvmm stubs (not used for now)
2018-05-26 17:50:47 -03:00
Memory
Fix some thread sync issues (
#172
)
2018-06-21 23:05:42 -03:00
State
Implement SvcGetThreadContext3
2018-06-26 01:10:15 -03:00
Translation
Remove broken adds/cmn with condition check optimization (
#218
)
2018-07-03 21:54:05 -03:00
ABitUtils.cs
Split main project into core,graphics and chocolarm4 subproject (
#29
)
2018-02-20 17:09:23 -03:00
AOpCodeTable.cs
Add SMAXP, SMINP, UMAX, UMAXP, UMIN and UMINP cpu instructions (
#200
)
2018-07-03 03:31:48 -03:00
AOptimizations.cs
Add Sse Opt. for Cmeq_V_2D, Cmgt_V_2D (Reg). Add Sse Opt. for Crc32cb, Crc32ch, Crc32cw, Crc32cx. Add 10 simple tests for Fcmgt, Fcmge, Fcmeq, Fcmle, Fcmlt (S, V) (Reg, Zero). Add 2 Cnt_V tests. (
#183
)
2018-06-25 22:32:29 -03:00
AThread.cs
Fix some thread sync issues (
#172
)
2018-06-21 23:05:42 -03:00
ATranslatedSub.cs
[CPU] Speed up translation a little bit
2018-04-11 14:44:03 -03:00
ATranslatedSubType.cs
Initial work to support AArch32 with a interpreter, plus nvmm stubs (not used for now)
2018-05-26 17:50:47 -03:00
ATranslator.cs
Initial work to support AArch32 with a interpreter, plus nvmm stubs (not used for now)
2018-05-26 17:50:47 -03:00
ChocolArm64.csproj
Add linux-x64 to RID property to make tests works on linux (
#205
)
2018-06-30 12:43:04 -03:00