Skip to content

Commit

Permalink
Skip admin-prompt for service checks on ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
botder committed Jul 8, 2024
1 parent 615b9b6 commit 8e72db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/loader/CInstallManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,7 @@ SString CInstallManager::_ProcessServiceChecks()
{
if (!CheckService(CHECK_SERVICE_PRE_GAME))
{
if (!IsUserAdmin())
if (!IsNativeArm64Host() && !IsUserAdmin())
{
m_strAdminReason = _("Update install settings");
return "fail";
Expand Down

0 comments on commit 8e72db1

Please sign in to comment.