mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-28 15:47:52 +00:00

* svcBreak now dumps information from the debug buffer passed info1 and info2 seem to somtimes hold an address to a buffer, this is usually 4 bytes or the size of the int and contains an error code. There's other circumstances where it can be something different so we hexdump these to examine them at a later date. * Addressed comments