summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-04-07 04:49:54 +0200
committerbunnei <ericbunnie@gmail.com>2014-04-07 04:49:54 +0200
commitaa3ae1af49a966f07319d5c51697ed6b6ebea230 (patch)
tree299bef5b5015cfaed548e03c922ff5d778367ce6 /src/common
parentadded video_core as a dependencie for citra in build order (diff)
downloadyuzu-aa3ae1af49a966f07319d5c51697ed6b6ebea230.tar
yuzu-aa3ae1af49a966f07319d5c51697ed6b6ebea230.tar.gz
yuzu-aa3ae1af49a966f07319d5c51697ed6b6ebea230.tar.bz2
yuzu-aa3ae1af49a966f07319d5c51697ed6b6ebea230.tar.lz
yuzu-aa3ae1af49a966f07319d5c51697ed6b6ebea230.tar.xz
yuzu-aa3ae1af49a966f07319d5c51697ed6b6ebea230.tar.zst
yuzu-aa3ae1af49a966f07319d5c51697ed6b6ebea230.zip
Diffstat (limited to 'src/common')
-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:
protected:
EmuWindow() : client_area_width_(640), client_area_height_(480) {
char window_title[255];
- sprintf(window_title, "emu [%s|%s] - %s",
+ sprintf(window_title, "citra [%s|%s] - %s",
"null-cpu",
"null-renderer",
__DATE__);