Add proper source export prompt

This commit is contained in:
elasota
2020-10-24 10:03:12 -04:00
parent 23b69cf0ee
commit 36eb111d26
8 changed files with 313 additions and 52 deletions

View File

@@ -676,6 +676,7 @@ void PL_Init()
PortabilityLayer::MenuManager::GetInstance()->Init();
PortabilityLayer::HostFileSystem::GetInstance()->SetMainThreadRelay(PLMainThreadRelay::GetInstance());
PortabilityLayer::HostFileSystem::GetInstance()->SetDelayCallback(PLSysCalls::Sleep);
}
WindowPtr PL_GetPutInFrontWindowPtr()