CPU: A32: Fix Vabs_V & Vneg_V (S8, S16, S32 & F32); add Tests. (#1394)
* Fix Vabs_V & Vneg_V (S8, S16, S32 & F32); add Tests. * Update Ptc.cs
This commit is contained in:
parent
20774dab14
commit
56a61a5758
4 changed files with 234 additions and 10 deletions
|
@ -19,8 +19,8 @@ namespace ARMeilleure.Translation.PTC
|
|||
public static class Ptc
|
||||
{
|
||||
private const string HeaderMagic = "PTChd";
|
||||
|
||||
private const int InternalVersion = 11; //! To be incremented manually for each change to the ARMeilleure project.
|
||||
|
||||
private const int InternalVersion = 12; //! To be incremented manually for each change to the ARMeilleure project.
|
||||
|
||||
private const string BaseDir = "Ryujinx";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue