Ryujinx/Ryujinx.HLE/HOS/Services/Prepo
jduncanator daecb1193d
prepo: Resolve JSON parsing issues in prepo report handling (#1022)
It seems MsgPack.Cli incorrectly converts some unicode control characters directly to JSON literal Unicode strings (eg. '\1'). As these are invalid, pretty printing the JSON report fails.

This removes pretty printing, pending a proper implementation, and tidies up MsgPack deserialization.
2020-03-24 23:26:37 +01:00
..
IPrepoService.cs prepo: Resolve JSON parsing issues in prepo report handling (#1022) 2020-03-24 23:26:37 +01:00
ResultCode.cs prepo: Implement calls of IPrepoService (#830) 2019-11-25 10:45:54 +11:00