mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DATFromDir] Force file order parity
This commit is contained in:
@@ -401,7 +401,7 @@ namespace SabreTools
|
||||
foreach (string key in sortable.Keys)
|
||||
{
|
||||
List<Rom> roms = sortable[key];
|
||||
RomTools.Sort(roms, true);
|
||||
RomTools.Sort(ref roms, true);
|
||||
|
||||
long gameid = -1;
|
||||
using (SqliteConnection dbc = new SqliteConnection(_connectionString))
|
||||
|
||||
Reference in New Issue
Block a user