mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 18:18:49 +00:00
Merge pull request #4959 from lioncash/ini
IniFile: Handle s64/u64 values
This commit is contained in:
commit
63c5230d9b
19 changed files with 133 additions and 40 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue