mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Config: Migrate SSL options to Onion config
This commit is contained in:

committed by
Tillmann Karras

parent
798dc2c532
commit
10870a0f74
@ -28,7 +28,7 @@ bool IsSettingSaveable(const Config::Location& config_location)
|
||||
return true;
|
||||
}
|
||||
|
||||
static constexpr std::array<const Config::Location*, 97> s_setting_saveable = {
|
||||
static constexpr std::array<const Config::Location*, 102> s_setting_saveable = {
|
||||
// Main.Core
|
||||
|
||||
&Config::MAIN_DEFAULT_ISO.location,
|
||||
@ -50,6 +50,14 @@ bool IsSettingSaveable(const Config::Location& config_location)
|
||||
&Config::MAIN_KEEP_WINDOW_ON_TOP.location,
|
||||
&Config::MAIN_DISABLE_SCREENSAVER.location,
|
||||
|
||||
// Main.Network
|
||||
|
||||
&Config::MAIN_NETWORK_SSL_DUMP_READ.location,
|
||||
&Config::MAIN_NETWORK_SSL_DUMP_WRITE.location,
|
||||
&Config::MAIN_NETWORK_SSL_VERIFY_CERTIFICATES.location,
|
||||
&Config::MAIN_NETWORK_SSL_DUMP_ROOT_CA.location,
|
||||
&Config::MAIN_NETWORK_SSL_DUMP_PEER_CERT.location,
|
||||
|
||||
// Graphics.Hardware
|
||||
|
||||
&Config::GFX_VSYNC.location,
|
||||
|
Reference in New Issue
Block a user