qt: implement automatic crash dump support

This commit is contained in:
Liam 2023-10-04 13:11:05 -04:00
parent 226b461d76
commit 5f51662bdb
21 changed files with 223 additions and 282 deletions

10
src/yuzu/breakpad.h Normal file
View file

@ -0,0 +1,10 @@
// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
namespace Breakpad {
void InstallCrashHandler();
}