mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-20 10:24:58 +00:00
configurable loglevel in config file
This commit is contained in:
parent
c3135341c2
commit
c4b072e0e1
3 changed files with 30 additions and 0 deletions
|
@ -1,9 +1,15 @@
|
|||
#pragma once
|
||||
#include <filesystem>
|
||||
#include <types.h>
|
||||
|
||||
namespace Config {
|
||||
void load(const std::filesystem::path& path);
|
||||
void save(const std::filesystem::path& path);
|
||||
|
||||
bool isNeoMode();
|
||||
u32 getLogLevel();
|
||||
|
||||
u32 getScreenWidth();
|
||||
u32 getScreenHeight();
|
||||
|
||||
}; // namespace Config
|
Loading…
Add table
Add a link
Reference in a new issue