Update src/yuzu/main.cpp
Co-authored-by: Tobias <thm.frey@gmail.com>
This commit is contained in:
parent
ff5b7673c3
commit
3405e7fba8
1 changed files with 1 additions and 1 deletions
|
@ -2717,7 +2717,7 @@ void GMainWindow::OnGameListCreateShortcut(u64 program_id, const std::string& ga
|
||||||
|
|
||||||
std::string title{fmt::format("{:016X}", program_id)};
|
std::string title{fmt::format("{:016X}", program_id)};
|
||||||
|
|
||||||
if (control.first != nullptr) {
|
if (control.first) {
|
||||||
title = control.first->GetApplicationName();
|
title = control.first->GetApplicationName();
|
||||||
} else {
|
} else {
|
||||||
loader->ReadTitle(title);
|
loader->ReadTitle(title);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue