mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-11 05:10:05 +00:00
common: Address feedback
This commit is contained in:
parent
9527bfffed
commit
d7b4260389
8 changed files with 29 additions and 16 deletions
|
@ -150,7 +150,7 @@ static void SaveBanList(const Network::Room::BanList& ban_list, const std::strin
|
|||
}
|
||||
|
||||
static void InitializeLogging(const std::string& log_file) {
|
||||
Common::Log::Initialize();
|
||||
Common::Log::Initialize(log_file);
|
||||
Common::Log::SetColorConsoleBackendEnabled(true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue