[Patcher] Allow loading patches from non-utf8 paths

This commit is contained in:
Gliniak
2022-07-18 08:46:04 +02:00
parent 6e1e62378f
commit fd78ab4dfc
3 changed files with 6 additions and 2 deletions

View File

@@ -11,6 +11,10 @@
#define XENIA_CONFIG_H_
#include <filesystem>
#include "third_party/cpptoml/include/cpptoml.h"
std::shared_ptr<cpptoml::table> ParseFile(
const std::filesystem::path& filename);
namespace config {
void SetupConfig(const std::filesystem::path& config_folder);