INISettingsInterface: Fix saving/loading with Unicode paths

This commit is contained in:
Connor McLaughlin
2020-08-09 04:40:15 +10:00
parent 5b9db71b87
commit ac42510780
2 changed files with 21 additions and 2 deletions

View File

@ -1,6 +1,10 @@
#pragma once
#include "core/settings.h"
// being a pain here...
#ifdef WIN32
#include "common/windows_headers.h"
#endif
#include "SimpleIni.h"
class INISettingsInterface : public SettingsInterface