Implement PRFM (register variant) as NOP (#1956)

* Implement PRFM (register variant) as NOP

Fix typo pfrm -> prfm
Add comments to distinguish variants

* Increment PTC version
This commit is contained in:
mageven 2021-01-26 10:39:27 +05:30 committed by GitHub
parent b0d3f1d06f
commit c19cfca183
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 6 deletions

View file

@ -22,7 +22,7 @@ namespace ARMeilleure.Translation.PTC
{
private const string HeaderMagic = "PTChd";
private const int InternalVersion = 1917; //! To be incremented manually for each change to the ARMeilleure project.
private const int InternalVersion = 1956; //! To be incremented manually for each change to the ARMeilleure project.
private const string ActualDir = "0";
private const string BackupDir = "1";