mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-10-03 01:25:51 -05:00
9 lines
220 B
C#
9 lines
220 B
C#
using System.Text.Json.Serialization;
|
|
|
|
namespace Ryujinx.Common.Logging
|
|
{
|
|
[JsonSerializable(typeof(LogEventArgsJson))]
|
|
internal partial class LogEventJsonSerializerContext : JsonSerializerContext
|
|
{
|
|
}
|
|
} |