mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-18 01:28:36 +00:00
added configuration class
This commit is contained in:
committed by
georgemoralis
parent
6a5308d521
commit
a0ab3dbc0c
9
src/Util/config.h
Normal file
9
src/Util/config.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#include <filesystem>
|
||||
|
||||
namespace Config {
|
||||
void load(const std::filesystem::path& path);
|
||||
void save(const std::filesystem::path& path);
|
||||
|
||||
bool isNeoMode();
|
||||
}; // namespace Config
|
||||
Reference in New Issue
Block a user