mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-04-29 19:47:51 +00:00

* Fix ILogger type and size decoding The type and size are custom encoded integer not byte. This fix issues on games that send messages longer than 127 characters. * Address gdk's comments