mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-05 02:03:16 +00:00
Storing encryption trophy key in config.toml (#1930)
* get trophy key from toml file * clang format fix * get trophy key from toml file * clang format fix * merge fixes * Update config.cpp
This commit is contained in:
parent
d69341fd31
commit
283442b42f
3 changed files with 33 additions and 0 deletions
|
@ -15,6 +15,9 @@ void load(const std::filesystem::path& path);
|
|||
void save(const std::filesystem::path& path);
|
||||
void saveMainWindow(const std::filesystem::path& path);
|
||||
|
||||
std::string getTrophyKey();
|
||||
void setTrophyKey(std::string key);
|
||||
|
||||
bool isNeoMode();
|
||||
bool isFullscreenMode();
|
||||
bool getPlayBGM();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue