PINE: Update to the age of Qt

This commit is contained in:
isJuhn
2023-05-13 16:17:30 +01:00
committed by refractionpcsx2
parent 1964bbc03a
commit e3962aa794
10 changed files with 234 additions and 168 deletions
+2
View File
@@ -27,6 +27,7 @@ u32 ElfEntry;
std::pair<u32,u32> ElfTextRange;
std::string LastELF;
bool isPSXElf;
std::string ElfVersion;
// All of ElfObjects functions.
ElfObject::ElfObject(std::string srcfile, IsoFile& isofile, bool isPSXElf)
@@ -365,6 +366,7 @@ int GetPS2ElfName( std::string& name )
{
Console.WriteLn( Color_Blue, "(SYSTEM.CNF) Software version = %.*s",
static_cast<int>(value.size()), value.data());
ElfVersion = value;
}
}