general: rename CurrentProcess to ApplicationProcess
This commit is contained in:
parent
832e1e2ca4
commit
c68577384a
41 changed files with 169 additions and 164 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue