We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87318de commit c73520bCopy full SHA for c73520b
modules/Common.cpp
@@ -9,7 +9,7 @@ std::string game_serial;
9
std::filesystem::path installPath;
10
std::filesystem::path SaveDir;
11
std::filesystem::path shadPs4Executable;
12
-char VERSION[] = "Release4.6";
+char VERSION[] = "Release5.0";
13
14
std::filesystem::path GetShadUserDir() {
15
auto user_dir = std::filesystem::current_path() / "user";
0 commit comments