mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-19 01:14:31 +08:00
Revert "Avoid unnecessary memory copying."
This reverts commit f1c31aa347.
This commit is contained in:
@@ -18,7 +18,7 @@ namespace SchemeTool
|
||||
{
|
||||
GameRes.FormatCatalog.Instance.DeserializeScheme(stream);
|
||||
}
|
||||
#if true
|
||||
#if false
|
||||
using (Stream stream = File.Create(".\\GameData\\Formats.json"))
|
||||
{
|
||||
GameRes.FormatCatalog.Instance.SerializeSchemeJson(stream);
|
||||
|
||||
Reference in New Issue
Block a user