소스 검색

Use yuzu as category instead of citra

Narr the Reg 3 년 전
부모
커밋
3f35b34515
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/common/logging/text_formatter.cpp

+ 1 - 1
src/common/logging/text_formatter.cpp

@@ -138,7 +138,7 @@ void PrintMessageToLogcat(const Entry& entry) {
     case Level::Count:
         UNREACHABLE();
     }
-    __android_log_print(android_log_priority, "CitraNative", "%s", str.c_str());
+    __android_log_print(android_log_priority, "YuzuNative", "%s", str.c_str());
 #endif
 }
 } // namespace Common::Log