diff --git a/RombaSharp/RombaSharp.Helpers.cs b/RombaSharp/RombaSharp.Helpers.cs index 0acef96a..daa26f30 100644 --- a/RombaSharp/RombaSharp.Helpers.cs +++ b/RombaSharp/RombaSharp.Helpers.cs @@ -432,6 +432,11 @@ namespace RombaSharp dbc.Dispose(); } + /// + /// Add a new DAT to the database + /// + /// DatFile hash information to add + /// Database connection to use private static void AddDatToDatabase(Rom dat, SqliteConnection dbc) { // Get the dat full path