mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-17 11:27:57 +00:00
qt: implement automatic crash dump support
This commit is contained in:
parent
226b461d76
commit
5f51662bdb
21 changed files with 223 additions and 282 deletions
10
src/yuzu/breakpad.h
Normal file
10
src/yuzu/breakpad.h
Normal 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();
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue