mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
Replace OpenSSL with PolarSSL
Works on windows, not yet cmake.
This commit is contained in:
parent
3f46f26c49
commit
fede38985e
397 changed files with 71420 additions and 33049 deletions
|
@ -33,7 +33,7 @@ public:
|
|||
|
||||
void Log(LogTypes::LOG_LEVELS, const char *msg);
|
||||
|
||||
bool IsValid() { return (bool)m_logfile; }
|
||||
bool IsValid() { return !m_logfile.fail(); }
|
||||
bool IsEnabled() const { return m_enable; }
|
||||
void SetEnable(bool enable) { m_enable = enable; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue