Ryujinx/Ryujinx.HLE
jduncanator d306115750 Logger and Configuration Refactoring (#573)
* Logging: Refactor log targets into Ryujinx.Common

* Logger: Implement JSON Log Target

* Logger: Optimize Console/File logging targets

Implement a simple ObjectPool to pool up StringBuilders to avoid causing excessive GCing of gen1/2 items when large amounts of log entries are being generated.

We can also pre-determine the async overflow action at initialization time, allowing for an easy optimization in the message enqueue function, avoiding a number of comparisons.

* Logger: Implement LogFormatters

* Config: Refactor configuration file and loading

* Config: Rename to .jsonc to avoid highlighting issues in VSC and GitHub

* Resolve style nits

* Config: Resolve incorrect default key binding

* Config: Also update key binding default in schema

* Tidy up namespace imports

* Config: Update CONFIG.md to reflect new Config file
2019-02-11 09:00:32 -03:00
..
Exceptions Resolve build merge conflict (#559) 2019-01-21 00:04:52 -02:00
FileSystem add missing return 2019-01-09 19:36:51 +00:00
HOS Implement speculative translation on the CPU (#515) 2019-02-04 18:26:05 -03:00
Input Fix homebrew input (#528) 2018-12-07 22:59:38 +02:00
Loaders Improve kernel IPC implementation (#550) 2019-01-18 20:26:39 -02:00
Resource Implement Shared Fonts (#215) 2018-08-04 18:38:49 -03:00
Utilities Adjust naming conventions and general refactoring in HLE Project (#527) 2018-12-06 09:16:24 -02:00
DeviceMemory.cs Improve kernel IPC implementation (#550) 2019-01-18 20:26:39 -02:00
Homebrew.npdm Better process implementation (#491) 2018-11-28 20:18:09 -02:00
PerformanceStatistics.cs Adjust naming conventions and general refactoring in HLE Project (#527) 2018-12-06 09:16:24 -02:00
Ryujinx.HLE.csproj Update to LibHac 0.2.0 (#549) 2019-01-05 01:41:49 +01:00
RyujinxProfileImage.jpg Implement friend:a IFriendService: 10101 (#429) 2018-09-25 19:59:29 -03:00
Switch.cs Logger and Configuration Refactoring (#573) 2019-02-11 09:00:32 -03:00