mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[RombaSharp] Add description
This commit is contained in:
@@ -432,6 +432,11 @@ namespace RombaSharp
|
|||||||
dbc.Dispose();
|
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)
|
private static void AddDatToDatabase(Rom dat, SqliteConnection dbc)
|
||||||
{
|
{
|
||||||
// Get the dat full path
|
// Get the dat full path
|
||||||
|
|||||||
Reference in New Issue
Block a user