mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-19 04:59:19 -07:00
Fix switch target chiaki.conf format
This commit is contained in:
parent
0af3ae27d4
commit
c5246541a9
1 changed files with 1 additions and 2 deletions
|
@ -210,9 +210,8 @@ int Settings::WriteFile()
|
||||||
|
|
||||||
config_file << "[" << it->first << "]\n"
|
config_file << "[" << it->first << "]\n"
|
||||||
<< "host_addr = \"" << it->second.GetHostAddr() << "\"\n"
|
<< "host_addr = \"" << it->second.GetHostAddr() << "\"\n"
|
||||||
<< "target = " << it->second.GetChiakiTarget() << "\"\n";
|
<< "target = \"" << it->second.GetChiakiTarget() << "\"\n";
|
||||||
|
|
||||||
config_file << "target = \"" << it->second.psn_account_id << "\"\n";
|
|
||||||
if(it->second.video_resolution)
|
if(it->second.video_resolution)
|
||||||
config_file << "video_resolution = \""
|
config_file << "video_resolution = \""
|
||||||
<< this->ResolutionPresetToString(this->GetVideoResolution(&it->second))
|
<< this->ResolutionPresetToString(this->GetVideoResolution(&it->second))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue