mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 10:09:36 -06:00
Added: INI option to verify SSL cert
This commit is contained in:
@ -276,6 +276,7 @@ struct SConfig : NonCopyable
|
||||
// Network settings
|
||||
bool m_SSLDumpRead;
|
||||
bool m_SSLDumpWrite;
|
||||
bool m_SSLVerifyCert;
|
||||
|
||||
SysConf* m_SYSCONF;
|
||||
|
||||
|
Reference in New Issue
Block a user