mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-22 12:18:35 -05:00
qt: implement automatic crash dump support
This commit is contained in:
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();
|
||||
|
||||
}
|
Reference in New Issue
Block a user