mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 12:04:45 +00:00
Clang Format
This commit is contained in:
parent
10485af932
commit
4b84fedd8e
1 changed files with 1 additions and 2 deletions
|
@ -138,7 +138,7 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
if (selected == &openCheats) {
|
||||
if (selected == &openCheats) {
|
||||
const auto& CHEATS_DIR = Common::FS::GetUserPath(Common::FS::PathType::CheatsDir);
|
||||
QString CHEATS_DIR_QString = QString::fromStdString(CHEATS_DIR.string());
|
||||
const QString NameCheatJson = QString::fromStdString(m_games[itemID].serial) + "_" +
|
||||
|
@ -392,7 +392,6 @@ if (selected == &openCheats) {
|
|||
cheatWidget->show();
|
||||
}
|
||||
|
||||
|
||||
if (selected == &openTrophyViewer) {
|
||||
QString trophyPath = QString::fromStdString(m_games[itemID].serial);
|
||||
QString gameTrpPath = QString::fromStdString(m_games[itemID].path);
|
||||
|
|
Loading…
Add table
Reference in a new issue