CPU: This PR fixes Fpscr, among other things.

This commit is contained in:
LDj3SNuD
2020-07-27 05:33:58 +02:00
parent 4aa47a66c6
commit a4c36873f7
17 changed files with 328 additions and 166 deletions

View File

@ -20,7 +20,7 @@ namespace ARMeilleure.Translation.PTC
{
private const string HeaderMagic = "PTChd";
private const int InternalVersion = 13; //! To be incremented manually for each change to the ARMeilleure project.
private const int InternalVersion = 15; //! To be incremented manually for each change to the ARMeilleure project.
private const string BaseDir = "Ryujinx";