IniFile: Handle s64/u64 values

This commit is contained in:
Lioncash
2017-02-24 22:56:33 -05:00
parent 51136681df
commit beec40f178
19 changed files with 133 additions and 40 deletions

View File

@ -2,20 +2,23 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include "DolphinWX/X11Utils.h"
#include <algorithm>
#include <cstdio>
#include <cstdlib>
#include <spawn.h>
#include <string>
#include <sys/wait.h>
#include <unistd.h>
#include "Common/Logging/Log.h"
#include "Common/StringUtil.h"
#include "Core/ConfigManager.h"
#include "Core/Core.h"
#include "DolphinWX/X11Utils.h"
extern char** environ;
#include <algorithm>
#include <string>
namespace X11Utils
{
bool ToggleFullscreen(Display* dpy, Window win)