mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-02 15:10:46 -07:00
Merge branch 'master' into pptc_and_pool_enhancements
This commit is contained in:
@ -23,7 +23,7 @@ namespace ARMeilleure.Translation.PTC
|
||||
{
|
||||
private const string HeaderMagicString = "PTChd\0\0\0";
|
||||
|
||||
private const uint InternalVersion = 1817; //! To be incremented manually for each change to the ARMeilleure project.
|
||||
private const uint InternalVersion = 1968; //! To be incremented manually for each change to the ARMeilleure project.
|
||||
|
||||
private const string ActualDir = "0";
|
||||
private const string BackupDir = "1";
|
||||
|
Reference in New Issue
Block a user