Use yuzu as category instead of citra
This commit is contained in:
parent
1634391bff
commit
3f35b34515
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ void PrintMessageToLogcat(const Entry& entry) {
|
||||||
case Level::Count:
|
case Level::Count:
|
||||||
UNREACHABLE();
|
UNREACHABLE();
|
||||||
}
|
}
|
||||||
__android_log_print(android_log_priority, "CitraNative", "%s", str.c_str());
|
__android_log_print(android_log_priority, "YuzuNative", "%s", str.c_str());
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
} // namespace Common::Log
|
} // namespace Common::Log
|
||||||
|
|
Loading…
Reference in a new issue