summaryrefslogtreecommitdiff
path: root/src/yuzu/main.h
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2021-06-20 17:26:55 -0400
committerameerj <52414509+ameerj@users.noreply.github.com>2021-06-20 23:04:07 -0400
commitfb16cbb17edca1181e7e10aab38b9b20c35cacd8 (patch)
tree10e6f19683424995a03147249596e66a371a3d04 /src/yuzu/main.h
parent03da34b330a0386058b25122f89da10a07d65cd0 (diff)
video_core: Add GPU vendor name to window title bar
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r--src/yuzu/main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h
index 11f152cbe..5c199155a 100644
--- a/src/yuzu/main.h
+++ b/src/yuzu/main.h
@@ -287,8 +287,8 @@ private:
InstallResult InstallNSPXCI(const QString& filename);
InstallResult InstallNCA(const QString& filename);
void MigrateConfigFiles();
- void UpdateWindowTitle(const std::string& title_name = {},
- const std::string& title_version = {});
+ void UpdateWindowTitle(std::string_view title_name = {}, std::string_view title_version = {},
+ std::string_view gpu_vendor = {});
void UpdateStatusBar();
void UpdateStatusButtons();
void UpdateUISettings();