mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-01 15:02:40 +00:00
Clang Format
This commit is contained in:
parent
10485af932
commit
4b84fedd8e
@ -138,7 +138,7 @@ public:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (selected == &openCheats) {
|
if (selected == &openCheats) {
|
||||||
const auto& CHEATS_DIR = Common::FS::GetUserPath(Common::FS::PathType::CheatsDir);
|
const auto& CHEATS_DIR = Common::FS::GetUserPath(Common::FS::PathType::CheatsDir);
|
||||||
QString CHEATS_DIR_QString = QString::fromStdString(CHEATS_DIR.string());
|
QString CHEATS_DIR_QString = QString::fromStdString(CHEATS_DIR.string());
|
||||||
const QString NameCheatJson = QString::fromStdString(m_games[itemID].serial) + "_" +
|
const QString NameCheatJson = QString::fromStdString(m_games[itemID].serial) + "_" +
|
||||||
@ -392,7 +392,6 @@ if (selected == &openCheats) {
|
|||||||
cheatWidget->show();
|
cheatWidget->show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (selected == &openTrophyViewer) {
|
if (selected == &openTrophyViewer) {
|
||||||
QString trophyPath = QString::fromStdString(m_games[itemID].serial);
|
QString trophyPath = QString::fromStdString(m_games[itemID].serial);
|
||||||
QString gameTrpPath = QString::fromStdString(m_games[itemID].path);
|
QString gameTrpPath = QString::fromStdString(m_games[itemID].path);
|
||||||
|
Loading…
Reference in New Issue
Block a user