yuzu: Use a debugger to generate minidumps
yuzu: Move mini_dump out of core startup_checks: Better exception handling
This commit is contained in:
parent
3faa1c54b6
commit
f958cbc737
18 changed files with 360 additions and 91 deletions
|
@ -25,7 +25,7 @@ public:
|
|||
InputProfile,
|
||||
};
|
||||
|
||||
explicit Config(Core::System& system_, const std::string& config_name = "qt-config",
|
||||
explicit Config(const std::string& config_name = "qt-config",
|
||||
ConfigType config_type = ConfigType::GlobalConfig);
|
||||
~Config();
|
||||
|
||||
|
@ -194,8 +194,6 @@ private:
|
|||
std::unique_ptr<QSettings> qt_config;
|
||||
std::string qt_config_loc;
|
||||
bool global;
|
||||
|
||||
Core::System& system;
|
||||
};
|
||||
|
||||
// These metatype declarations cannot be in common/settings.h because core is devoid of QT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue