|
|
|
@ -24,13 +24,6 @@ |
|
|
|
#include "yuzu/util/controller_navigation.h"
|
|
|
|
|
|
|
|
namespace { |
|
|
|
QString FormatProfileUserEntryText(const QString& username, Common::UUID uuid) { |
|
|
|
return QtProfileSelectionDialog::tr( |
|
|
|
"%1\n%2", "%1 is the profile username, %2 is the formatted UUID (e.g. " |
|
|
|
"00112233-4455-6677-8899-AABBCCDDEEFF))") |
|
|
|
.arg(username, QString::fromStdString(uuid.FormattedString())); |
|
|
|
} |
|
|
|
|
|
|
|
QString GetProfileImagePath(const Common::UUID uuid) { |
|
|
|
const auto path = |
|
|
|
Common::FS::GetEdenPath(Common::FS::EdenPath::NANDDir) / |
|
|
|
|