mirror of
https://github.com/GreemDev/Ryujinx
synced 2025-01-05 10:36:54 +01:00
9 lines
284 B
C#
9 lines
284 B
C#
|
using Ryujinx.Common.Utilities;
|
|||
|
|
|||
|
namespace Ryujinx.Ui.Common.Configuration
|
|||
|
{
|
|||
|
internal static class ConfigurationFileFormatSettings
|
|||
|
{
|
|||
|
public static readonly ConfigurationJsonSerializerContext SerializerContext = new(JsonHelper.GetDefaultSerializerOptions());
|
|||
|
}
|
|||
|
}
|