diff options
| author | mageven <62494521+mageven@users.noreply.github.com> | 2021-01-26 10:39:27 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-26 16:09:27 +1100 |
| commit | c19cfca183cbbae8091688a292242032c3f337cb (patch) | |
| tree | 401e766c4717298ee66b7199da357b4085986d37 /ARMeilleure/Translation | |
| parent | b0d3f1d06ff669c9e7af68080ae260207b8b10fb (diff) | |
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
Diffstat (limited to 'ARMeilleure/Translation')
| -rw-r--r-- | ARMeilleure/Translation/PTC/Ptc.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ARMeilleure/Translation/PTC/Ptc.cs b/ARMeilleure/Translation/PTC/Ptc.cs index 92094e62..75a801e5 100644 --- a/ARMeilleure/Translation/PTC/Ptc.cs +++ b/ARMeilleure/Translation/PTC/Ptc.cs @@ -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"; |
