mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-03 15:20:27 +01:00
rpcs3-version: Update release repo
This commit is contained in:
parent
719d006a4c
commit
ade3a97936
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue