mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DATFromDir] return game name from Romba mode
This commit is contained in:
@@ -522,7 +522,7 @@ namespace SabreTools
|
||||
Output.WriteEndGame(sw, rom, new List<string>(), new List<string>(), "", _datdata, 0, out last, _logger);
|
||||
|
||||
_logger.User("File added: " + Path.GetFileNameWithoutExtension(item) + Environment.NewLine);
|
||||
return "";
|
||||
return rom.Game;
|
||||
}
|
||||
|
||||
// Create the temporary output directory
|
||||
|
||||
Reference in New Issue
Block a user