From 10c98d0b369ced9b98ab6cbbb52e5e440ec1308b Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sat, 27 Jan 2018 17:08:03 -0800 Subject: [PATCH] [RombaSharp] Add description --- RombaSharp/RombaSharp.Helpers.cs | 5 +++++ 1 file changed, 5 insertions(+) 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