mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-26 00:22:25 -07:00
yuzu - Fix duplicate logs
This commit is contained in:
@@ -908,8 +908,6 @@ void GMainWindow::UpdateUITheme() {
|
||||
#endif
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
Log::AddBackend(std::make_unique<Log::ColorConsoleBackend>());
|
||||
|
||||
MicroProfileOnThreadCreate("Frontend");
|
||||
SCOPE_EXIT({ MicroProfileShutdown(); });
|
||||
|
||||
|
Reference in New Issue
Block a user