summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar bunnei2014-04-06 22:49:54 -0400
committerGravatar bunnei2014-04-06 22:49:54 -0400
commitaa3ae1af49a966f07319d5c51697ed6b6ebea230 (patch)
tree299bef5b5015cfaed548e03c922ff5d778367ce6 /src
parentadded video_core as a dependencie for citra in build order (diff)
downloadyuzu-aa3ae1af49a966f07319d5c51697ed6b6ebea230.tar.gz
yuzu-aa3ae1af49a966f07319d5c51697ed6b6ebea230.tar.xz
yuzu-aa3ae1af49a966f07319d5c51697ed6b6ebea230.zip
added "citra" instead of "emu" to title bar
Diffstat (limited to 'src')
-rw-r--r--src/common/src/emu_window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/src/emu_window.h b/src/common/src/emu_window.h
index 66de75574..f49367057 100644
--- a/src/common/src/emu_window.h
+++ b/src/common/src/emu_window.h
@@ -81,7 +81,7 @@ public:
81protected: 81protected:
82 EmuWindow() : client_area_width_(640), client_area_height_(480) { 82 EmuWindow() : client_area_width_(640), client_area_height_(480) {
83 char window_title[255]; 83 char window_title[255];
84 sprintf(window_title, "emu [%s|%s] - %s", 84 sprintf(window_title, "citra [%s|%s] - %s",
85 "null-cpu", 85 "null-cpu",
86 "null-renderer", 86 "null-renderer",
87 __DATE__); 87 __DATE__);