Merge pull request #4959 from lioncash/ini

IniFile: Handle s64/u64 values
This commit is contained in:
Anthony
2017-02-27 10:02:53 -08:00
committed by GitHub
19 changed files with 133 additions and 40 deletions

View File

@ -6,6 +6,7 @@
#define __STDC_CONSTANT_MACROS 1
#endif
#include <sstream>
#include <string>
extern "C" {
@ -18,6 +19,7 @@ extern "C" {
#include "Common/FileUtil.h"
#include "Common/Logging/Log.h"
#include "Common/MsgHandler.h"
#include "Common/StringUtil.h"
#include "Core/ConfigManager.h"
#include "Core/HW/SystemTimers.h"