rpcs3-version: Update release repo

This commit is contained in:
DH 2025-04-04 15:39:56 +03:00
parent 719d006a4c
commit ade3a97936

View file

@ -61,7 +61,7 @@ namespace rpcs3
bool is_release_build()
{
static constexpr bool is_release_build = std::string_view(RPCS3_GIT_FULL_BRANCH) == "RPCS3/rpcs3/master"sv;
static constexpr bool is_release_build = std::string_view(RPCS3_GIT_FULL_BRANCH) == "RPCSX/rpcsx/master"sv;
return is_release_build;
}