mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-20 10:24:58 +00:00
added configuration class
This commit is contained in:
parent
6a5308d521
commit
a0ab3dbc0c
8 changed files with 86 additions and 6 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue