diff options
| author | Liam <byteslice@airmail.cc> | 2023-10-04 13:11:05 -0400 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2023-10-08 11:35:53 -0400 |
| commit | d3997bad9b84579938d8cdb44b1d17cfab7bbcce (patch) | |
| tree | 4a9128e8ba93d3963ce37b65efd2a940776cae3c /src/yuzu/breakpad.h | |
| parent | 7a0da729b45ae2794e84af6808c50cb714d17fc5 (diff) | |
qt: implement automatic crash dump support
Diffstat (limited to 'src/yuzu/breakpad.h')
| -rw-r--r-- | src/yuzu/breakpad.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/yuzu/breakpad.h b/src/yuzu/breakpad.h new file mode 100644 index 000000000..0f911aa9c --- /dev/null +++ b/src/yuzu/breakpad.h @@ -0,0 +1,10 @@ +// SPDX-FileCopyrightText: 2023 yuzu Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +namespace Breakpad { + +void InstallCrashHandler(); + +} |
