[RombaSharp] Add description

This commit is contained in:
Matt Nadareski
2018-01-27 17:08:03 -08:00
parent a857d489c3
commit 10c98d0b36

View File

@@ -432,6 +432,11 @@ namespace RombaSharp
dbc.Dispose();
}
/// <summary>
/// Add a new DAT to the database
/// </summary>
/// <param name="dat">DatFile hash information to add</param>
/// <param name="dbc">Database connection to use</param>
private static void AddDatToDatabase(Rom dat, SqliteConnection dbc)
{
// Get the dat full path