mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 08:38:20 -05:00
yuzu: Use a debugger to generate minidumps
yuzu: Move mini_dump out of core startup_checks: Better exception handling
This commit is contained in:
@ -32,4 +32,6 @@ private:
|
||||
std::unique_ptr<Ui::ConfigureDebug> ui;
|
||||
|
||||
const Core::System& system;
|
||||
|
||||
bool crash_dump_warning_shown{false};
|
||||
};
|
||||
|
Reference in New Issue
Block a user