Add markers for testing

These added markers show which code needs to be commented out for the new code to work properly.
This commit is contained in:
Matt Nadareski
2016-04-22 11:08:02 -07:00
parent 5b62486009
commit f7727ae4c6
2 changed files with 5 additions and 1 deletions

View File

@@ -410,6 +410,7 @@ namespace SabreTools
dbc.Open();
foreach (RomData rom in roms)
{
// BEGIN COMMENT
// If we have a new game, check for a new ID
if (rom.Game != lastgame)
{
@@ -419,6 +420,7 @@ namespace SabreTools
// Try to add the rom with the game information
AddRom(rom, gameid, date, dbc);
// END COMMENT
/*
// Try to add the romdata