mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-12 22:59:04 +00:00
Revert use of embedded icons (#2509)
Co-authored-by: rainmakerv2 <30595646+jpau02@users.noreply.github.com>
This commit is contained in:
@@ -31,18 +31,4 @@ private:
|
||||
QStringList headers;
|
||||
QString gameTrpPath_;
|
||||
TRP trp;
|
||||
|
||||
std::string GetTrpType(const QChar trp_) {
|
||||
switch (trp_.toLatin1()) {
|
||||
case 'B':
|
||||
return "bronze.png";
|
||||
case 'S':
|
||||
return "silver.png";
|
||||
case 'G':
|
||||
return "gold.png";
|
||||
case 'P':
|
||||
return "platinum.png";
|
||||
}
|
||||
return "Unknown";
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user