mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[RombaSharp] More .romba_size use
This commit is contained in:
@@ -276,6 +276,17 @@ namespace SabreTools
|
||||
File.CreateText(Path.Combine(key, ".romba_size"));
|
||||
File.CreateText(Path.Combine(key, ".romba_size.backup"));
|
||||
}
|
||||
else
|
||||
{
|
||||
if (!File.Exists(Path.Combine(key, ".romba_size")))
|
||||
{
|
||||
File.CreateText(Path.Combine(key, ".romba_size"));
|
||||
}
|
||||
if (!File.Exists(Path.Combine(key, ".romba_size.backup")))
|
||||
{
|
||||
File.CreateText(Path.Combine(key, ".romba_size.backup"));
|
||||
}
|
||||
}
|
||||
}
|
||||
if (port < 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user