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
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
}