Merge pull request #1033 from Scrumplex/multi-arch-support

This commit is contained in:
Sefa Eyeoglu 2022-10-08 20:12:40 +02:00 committed by GitHub
commit fafc9cf9ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 664 additions and 319 deletions

View file

@ -368,3 +368,8 @@ shared_qobject_ptr<LaunchTask> BaseInstance::getLaunchTask()
{
return m_launchProcess;
}
void BaseInstance::updateRuntimeContext()
{
// NOOP
}