Browse Source

Use yuzu as category instead of citra

nce_cpp
Narr the Reg 3 years ago
committed by bunnei
parent
commit
1eb2e781ff
  1. 2
      src/common/logging/text_formatter.cpp

2
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
Loading…
Cancel
Save