forked from Mirror/Ryujinx
9 lines
No EOL
284 B
C#
9 lines
No EOL
284 B
C#
using Ryujinx.Common.Utilities;
|
|
|
|
namespace Ryujinx.Ui.Common.Configuration
|
|
{
|
|
internal static class ConfigurationFileFormatSettings
|
|
{
|
|
public static readonly ConfigurationJsonSerializerContext SerializerContext = new(JsonHelper.GetDefaultSerializerOptions());
|
|
}
|
|
} |