mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-03-12 18:14:25 +00: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());
|
|||
|
}
|
|||
|
}
|