general: Rename GetTitleID to GetProgramID

This commit is contained in:
Morph 2021-11-03 14:15:51 -04:00
parent 0a2f5932e2
commit 10508e7af2
24 changed files with 46 additions and 43 deletions

View file

@ -143,7 +143,7 @@ std::string SaveDataFactory::GetFullPath(Core::System& system, SaveDataSpaceId s
// be interpreted as the title id of the current process.
if (type == SaveDataType::SaveData || type == SaveDataType::DeviceSaveData) {
if (title_id == 0) {
title_id = system.CurrentProcess()->GetTitleID();
title_id = system.CurrentProcess()->GetProgramID();
}
}