mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
Fix for auto updater
This commit is contained in:
parent
9f9ac4b696
commit
f8e4079c41
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ namespace rpcs3
|
|||
|
||||
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)
|
||||
return std::make_pair("0", "00000000");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue