mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 05:28:56 +02:00
yay it works
This commit is contained in:
parent
4de9bdc5fe
commit
453d1fda34
1 changed files with 0 additions and 7 deletions
|
|
@ -24,13 +24,6 @@
|
||||||
#include "yuzu/util/controller_navigation.h"
|
#include "yuzu/util/controller_navigation.h"
|
||||||
|
|
||||||
namespace {
|
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) {
|
QString GetProfileImagePath(const Common::UUID uuid) {
|
||||||
const auto path =
|
const auto path =
|
||||||
Common::FS::GetEdenPath(Common::FS::EdenPath::NANDDir) /
|
Common::FS::GetEdenPath(Common::FS::EdenPath::NANDDir) /
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue