mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-14 07:52:44 -05:00
misc: chore: Use collection expressions in ARMeilleure
This commit is contained in:
@@ -26,9 +26,10 @@ namespace ARMeilleure.Translation.PTC
|
||||
|
||||
private const uint InternalVersion = 5518; //! Not to be incremented manually for each change to the ARMeilleure project.
|
||||
|
||||
private static readonly uint[] _migrateInternalVersions = {
|
||||
1866,
|
||||
};
|
||||
private static readonly uint[] _migrateInternalVersions =
|
||||
[
|
||||
1866
|
||||
];
|
||||
|
||||
private const int SaveInterval = 30; // Seconds.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user