mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-26 02:17:57 +02:00
Move solution and projects to src
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Ryujinx.Common.Utilities;
|
||||
|
||||
namespace Ryujinx.Ui.Common.Configuration
|
||||
{
|
||||
internal static class ConfigurationFileFormatSettings
|
||||
{
|
||||
public static readonly ConfigurationJsonSerializerContext SerializerContext = new(JsonHelper.GetDefaultSerializerOptions());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user