mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[doc] update maethod description
This commit is contained in:
@@ -426,7 +426,9 @@ namespace SabreTools
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="item">Filename of the item to be checked</param>
|
/// <param name="item">Filename of the item to be checked</param>
|
||||||
/// <param name="sw">StreamWriter representing the output file</param>
|
/// <param name="sw">StreamWriter representing the output file</param>
|
||||||
private string ProcessFile(string item, StreamWriter sw, string lastparent = "")
|
/// <param name="lastparent">Name of the last parent rom to make sure that everything is grouped as well as possible</param>
|
||||||
|
/// <returns>New parent to be used</returns>
|
||||||
|
private string ProcessFile(string item, StreamWriter sw, string lastparent)
|
||||||
{
|
{
|
||||||
// Special case for if we are in Romba mode (all names are supposed to be SHA-1 hashes)
|
// Special case for if we are in Romba mode (all names are supposed to be SHA-1 hashes)
|
||||||
if (_datdata.Romba)
|
if (_datdata.Romba)
|
||||||
|
|||||||
Reference in New Issue
Block a user