mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix access level for 2 methods
This commit is contained in:
@@ -1026,7 +1026,7 @@ namespace SabreTools.DatFiles
|
||||
/// Applies to <see cref="ItemsDB"/>.
|
||||
/// Assumes items are bucketed by <see cref="ItemKey.Machine"/>.
|
||||
/// </remarks>
|
||||
internal void RemoveBiosRomsFromChildImplDB(bool bios)
|
||||
private void RemoveBiosRomsFromChildImplDB(bool bios)
|
||||
{
|
||||
// Loop through the romof tags
|
||||
List<string> buckets = [.. ItemsDB.SortedKeys];
|
||||
@@ -1129,7 +1129,7 @@ namespace SabreTools.DatFiles
|
||||
/// Applies to <see cref="ItemsDB"/>.
|
||||
/// Assumes items are bucketed by <see cref="ItemKey.Machine"/>.
|
||||
/// </remarks>
|
||||
internal void RemoveRomsFromChildImplDB()
|
||||
private void RemoveRomsFromChildImplDB()
|
||||
{
|
||||
List<string> buckets = [.. ItemsDB.SortedKeys];
|
||||
foreach (string bucket in buckets)
|
||||
|
||||
Reference in New Issue
Block a user