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:
psucien 2025-01-01 19:11:30 +01:00 committed by GitHub
parent 15c9bb0e83
commit 444016df7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 27 additions and 18 deletions

View file

@ -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 = {};