mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(GameRes): persistent resource settings infrastructure.
This commit is contained in:
@@ -107,6 +107,11 @@ namespace GameRes
|
||||
}
|
||||
}
|
||||
|
||||
public void SaveSettings ()
|
||||
{
|
||||
Properties.Settings.Default.Save();
|
||||
}
|
||||
|
||||
private void AddResourceImpl (IEnumerable<IResource> formats, CompositionContainer container)
|
||||
{
|
||||
foreach (var impl in formats)
|
||||
|
||||
Reference in New Issue
Block a user