mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-05 00:26:20 +00:00
Fix for trophy decryption (#2005)
* fix for trophy decryption * more sanity checks * switch back to strings for simplicity * get rid of unnecessary span
This commit is contained in:
parent
15c9bb0e83
commit
444016df7e
4 changed files with 27 additions and 18 deletions
|
@ -67,7 +67,7 @@ static int cursorHideTimeout = 5; // 5 seconds (default)
|
|||
static bool separateupdatefolder = false;
|
||||
static bool compatibilityData = false;
|
||||
static bool checkCompatibilityOnStartup = false;
|
||||
static std::string trophyKey = "";
|
||||
static std::string trophyKey;
|
||||
|
||||
// Gui
|
||||
std::vector<std::filesystem::path> settings_install_dirs = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue