mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-28 00:52:22 -05:00
We currently logs system informations before we load the configuration file. Since the logger use the configuration file (to sets if it should store the logs in a file, etc...), if we print something before the configuration init, the log file doesn't contains any system informations. Now it's fixed.