diff options
author | bunnei <ericbunnie@gmail.com> | 2014-04-06 22:49:54 -0400 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-04-06 22:49:54 -0400 |
commit | aa3ae1af49a966f07319d5c51697ed6b6ebea230 (patch) | |
tree | 299bef5b5015cfaed548e03c922ff5d778367ce6 | |
parent | 0727e07462cbae4e7172fc665b44d81b7cad995d (diff) |
added "citra" instead of "emu" to title bar
-rw-r--r-- | src/common/src/emu_window.h | 2 |
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__); |