JinxRyu/Ryujinx
jduncanator 76a3172f17 Asynchronously log messages to the Console window (#395)
* Logging: Asynchronously log messages to the Console window

Writing to the Console blocks until the write completes. This has the potential to block any code path that logs to the application logger.

By queuing up log messages in an asynchronous queue and returning without blocking, we can speed up code paths that heavily log to the console (for example stubbed services like ServiceHid).

From testing this results in a roughly 8% time decrease between Ryujinx startup and the splash screen in Super Mario Odyssey on my system - 00:03:19.591 down to
00:03:04.354. Depending on your system, YMMV.

* Logging: Resolve code styling issues
2018-09-04 02:15:41 +02:00
..
Ui Asynchronously log messages to the Console window (#395) 2018-09-04 02:15:41 +02:00
Config.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
Ryujinx.conf Implement IProfile Get and GetBase (#266) 2018-08-13 21:13:01 -03:00
Ryujinx.csproj Add Sqdmulh_S, Sqdmulh_V, Sqrdmulh_S, Sqrdmulh_V instructions; add 6 Tests. Now all saturating methods are on ASoftFallback. (#334) 2018-08-10 14:27:15 -03:00