suyu/src
Lioncash 7842536ddb
kernel/svc: Log out uncaught C++ exceptions from svcBreak
Looking into the implementation of the C++ standard facilities that seem
to be within all modules, it appears that they use 7 as a break reason
to indicate an uncaught C++ exception.

This was primarily found via the third last function called within
Horizon's equivalent of libcxxabi's demangling_terminate_handler(),
which passes the value 0x80000007 to svcBreak.
2019-01-26 21:19:13 -05:00
..
audio_core audio_core: remove unnecessary spaces on comments 2019-01-14 00:22:05 -02:00
common Merge pull request #1928 from lioncash/caps 2018-12-27 11:15:34 -05:00
core kernel/svc: Log out uncaught C++ exceptions from svcBreak 2019-01-26 21:19:13 -05:00
input_common Port #4141 from citra: Joystick hotplug support (#1275) 2018-09-10 21:29:59 -04:00
tests global: Use std::optional instead of boost::optional (#1578) 2018-10-30 00:03:25 -04:00
video_core Merge pull request #1927 from ReinUsesLisp/shader-ir 2019-01-25 23:42:14 -05:00
web_service compatdb: Use a seperate endpoint for testcase submission 2018-10-28 13:23:02 +01:00
yuzu Merge pull request #2054 from bunnei/scope-context-refactor 2019-01-23 21:20:08 -05:00
yuzu_cmd citra_qt: Log settings on launch 2019-01-22 23:35:38 +01:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt Port web_service from Citra 2018-10-02 15:30:48 +02:00