mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 15:45:46 +00:00
Use yuzu as category instead of citra
This commit is contained in:
parent
6cebdba191
commit
1eb2e781ff
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…
Add table
Add a link
Reference in a new issue