1
0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-01-14 05:31:57 -08:00
Thomas Guillemard db21621bb6 PrntStub: Add a way to print arrays ()
* PrntStub: Add a way to print arrays

This commit adds support for printing arrays in stubs (useful for IPC InBuffer/InPointer).
This also add an util to parse an array of structure from a BinaryReader

* Fix missing space

Co-Authored-By: Ac_K <Acoustik666@gmail.com>
2019-06-27 13:11:51 +02:00
..