mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-29 21:46:25 +02:00
Mask shift constants on x86 backend (#1382)
* Mask shift constants on x86 backendd * Version bump
This commit is contained in:
parent
0195d0938d
commit
38b26cf424
2 changed files with 5 additions and 1 deletions
|
@ -20,7 +20,7 @@ namespace ARMeilleure.Translation.PTC
|
|||
{
|
||||
private const string HeaderMagic = "PTChd";
|
||||
|
||||
private const int InternalVersion = 5; //! To be incremented manually for each change to the ARMeilleure project.
|
||||
private const int InternalVersion = 6; //! 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