mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
Error messages improved
This commit is contained in:
parent
aa811b6eef
commit
a666318b95
4 changed files with 46 additions and 39 deletions
|
@ -1,5 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
// Will report exception and call std::abort() if put in catch(...)
|
||||
[[noreturn]] void catch_all_exceptions();
|
||||
|
||||
// Thread control class
|
||||
class thread_ctrl final
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue