mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user