general: Rename GetTitleID to GetProgramID
This commit is contained in:
parent
0a2f5932e2
commit
10508e7af2
24 changed files with 46 additions and 43 deletions
|
@ -66,7 +66,7 @@ enum class FatalType : u32 {
|
|||
|
||||
static void GenerateErrorReport(Core::System& system, ResultCode error_code,
|
||||
const FatalInfo& info) {
|
||||
const auto title_id = system.CurrentProcess()->GetTitleID();
|
||||
const auto title_id = system.CurrentProcess()->GetProgramID();
|
||||
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