From aa3ae1af49a966f07319d5c51697ed6b6ebea230 Mon Sep 17 00:00:00 2001 From: bunnei Date: Sun, 6 Apr 2014 22:49:54 -0400 Subject: [PATCH] added "citra" instead of "emu" to title bar --- src/common/src/emu_window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/src/emu_window.h b/src/common/src/emu_window.h index 66de755741..f49367057e 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__);