yuzu-mainline/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
core kernel/svc: Log out uncaught C++ exceptions from svcBreak 2019-01-26 21:19:13 -05:00
input_common
tests
video_core Merge pull request #1927 from ReinUsesLisp/shader-ir 2019-01-25 23:42:14 -05:00
web_service
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
CMakeLists.txt