mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add more experimental code
This code can be enabled for local testing by uncommenting and running it in place of the current code. This is the first of few commits with similar theme
This commit is contained in:
@@ -17,6 +17,7 @@ namespace SabreTools
|
||||
{
|
||||
private static Logger logger;
|
||||
private static string _dbName = "DATabase.sqlite";
|
||||
//private static string _dbName = "SabreTools.sqlite";
|
||||
private static string _connectionString = "Data Source=" + _dbName + ";Version = 3;";
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -417,6 +417,11 @@ namespace SabreTools
|
||||
|
||||
// Try to add the rom with the game information
|
||||
AddRom(rom, gameid, date, dbc);
|
||||
|
||||
/*
|
||||
// Try to add the romdata
|
||||
AddHash(rom, sysid, srcid, date, dbc);
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -90,6 +90,9 @@
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="packages.config" />
|
||||
<None Include="SabreTools.sqlite">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Mappings\Good.xml">
|
||||
|
||||
BIN
SabreHelper/SabreTools.sqlite
Normal file
BIN
SabreHelper/SabreTools.sqlite
Normal file
Binary file not shown.
Reference in New Issue
Block a user