瀏覽代碼

added "citra" instead of "emu" to title bar

bunnei 12 年之前
父節點
當前提交
aa3ae1af49
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/common/src/emu_window.h

+ 1 - 1
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__);