mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
Fix for auto updater
This commit is contained in:
parent
9f9ac4b696
commit
f8e4079c41
@ -12,7 +12,7 @@ namespace rpcs3
|
|||||||
|
|
||||||
std::pair<std::string, std::string> get_commit_and_hash()
|
std::pair<std::string, std::string> get_commit_and_hash()
|
||||||
{
|
{
|
||||||
const auto commit_and_hash = fmt::split(RPCS3_GIT_BRANCH, {"-"});
|
const auto commit_and_hash = fmt::split(RPCS3_GIT_VERSION, {"-"});
|
||||||
if (commit_and_hash.size() != 2)
|
if (commit_and_hash.size() != 2)
|
||||||
return std::make_pair("0", "00000000");
|
return std::make_pair("0", "00000000");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user