aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Tests/Cpu
AgeCommit message (Expand)Author
2018-03-23Add Frint Instructions and Tests (#62)MS-DOS1999
2018-03-12Allow more than one process, free resources on process dispose, implement Svc...gdkchan
2018-03-10Allow to enable/disable memory checks even on release mode through the flag, ...gdkchan
2018-03-09Disable memory checks by default, even on debug, move ram memory allocation i...gdkchan
2018-03-05Add Frintx_S, ASRV test, update ADCS, use Assert.Multiple and indent (#44)MS-DOS1999
2018-02-27Change SvcGetInfo 5 to return actual heap size, remove AMemoryAlloc since it ...gdkchan
2018-02-25Added initial support for function names from symbol table on the cpu with tr...gdkchan
2018-02-24Update ADC test, add WZR/WSP, ADCS, SBCS test (#37)MS-DOS1999
2018-02-23Add flags parameters in singleOpcode function, and add ADC Test (#36)MS-DOS1999
2018-02-23Review of cpu tests and creation of a class for mixed cpu tests. (#35)LDj3SNuD
2018-02-20Implement Zip1, Zip2 (#25)Merry
2018-02-19Tests: Add Fmax_S test (#23)Merry
2018-02-18Rename ARegisters to AThreadStategdkchan
2018-02-15Add some tests (#18)Merry