mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-06 18:42:33 -07:00
This reverts commit 4ce4299ca2
.
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
using Ryujinx.HLE.HOS.Services.Account.Acc.Types;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Services.Account.Acc
|
||||
{
|
||||
[JsonSourceGenerationOptions(WriteIndented = true)]
|
||||
[JsonSerializable(typeof(ProfilesJson))]
|
||||
internal partial class ProfilesJsonSerializerContext : JsonSerializerContext
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user