yuzu - Fix duplicate logs

This commit is contained in:
James Rowe 2018-07-12 01:11:43 -06:00
parent bed23a6e25
commit ca04901b0f
2 changed files with 7 additions and 2 deletions

View file

@ -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(); });