mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 16:58:52 -05:00
general: rename CurrentProcess to ApplicationProcess
This commit is contained in:
@ -63,7 +63,7 @@ enum class FatalType : u32 {
|
||||
};
|
||||
|
||||
static void GenerateErrorReport(Core::System& system, Result error_code, const FatalInfo& info) {
|
||||
const auto title_id = system.GetCurrentProcessProgramID();
|
||||
const auto title_id = system.GetApplicationProcessProgramID();
|
||||
std::string crash_report = fmt::format(
|
||||
"Yuzu {}-{} crash report\n"
|
||||
"Title ID: {:016x}\n"
|
||||
|
Reference in New Issue
Block a user