mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-09 20:30:05 +00:00
Refactor Logging Impl
Loop on stop_token and remove final_entry in Entry. Move Backend thread out of Impl Constructor to its own function. Add Start function for backend thread. Use stop token in PopWait and check if entry filename is nullptr before logging.
This commit is contained in:
parent
fe027a96fb
commit
197c1adcba
5 changed files with 42 additions and 29 deletions
|
@ -264,6 +264,8 @@ GMainWindow::GMainWindow(Core::System& system_)
|
|||
}
|
||||
#endif
|
||||
|
||||
Common::Log::Start();
|
||||
|
||||
QStringList args = QApplication::arguments();
|
||||
if (args.length() >= 2) {
|
||||
BootGame(args[1]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue