citra/src
David 581406af18 svcBreak now dumps information from the debug buffer passed (#1646)
* 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
2018-11-07 20:43:54 -08:00
..
audio_core microprofile: Drop ReleaseActiveBuffer scope. 2018-11-06 17:45:32 +01:00
common Merge pull request #1441 from CarlKenner/DebuggerLog 2018-11-05 00:19:59 -05:00
core svcBreak now dumps information from the debug buffer passed (#1646) 2018-11-07 20:43:54 -08:00
input_common
tests global: Use std::optional instead of boost::optional (#1578) 2018-10-30 00:03:25 -04:00
video_core Merge pull request #1630 from bunnei/fix-mapbufferex 2018-11-07 00:14:36 -08:00
web_service compatdb: Use a seperate endpoint for testcase submission 2018-10-28 13:23:02 +01:00
yuzu Merge pull request #1441 from CarlKenner/DebuggerLog 2018-11-05 00:19:59 -05:00
yuzu_cmd Merge pull request #1441 from CarlKenner/DebuggerLog 2018-11-05 00:19:59 -05:00
.clang-format
CMakeLists.txt