mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-11 14:41:57 +00:00
Quickplay support
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include "CEditorApplication.h"
|
||||
#include "CExportGameDialog.h"
|
||||
#include "CProgressDialog.h"
|
||||
#include "NDolphinIntegration.h"
|
||||
#include "UICommon.h"
|
||||
#include "Editor/ResourceBrowser/CResourceBrowser.h"
|
||||
#include <Common/Macros.h>
|
||||
@@ -184,6 +185,9 @@ void CProjectSettingsDialog::BuildISO()
|
||||
|
||||
if (gpEdApp->CookAllDirtyPackages())
|
||||
{
|
||||
// Make sure there will be no leftover quickplay files in the built ISO
|
||||
NDolphinIntegration::CleanupQuickplayFiles(pProj);
|
||||
|
||||
CProgressDialog Dialog("Building ISO", false, true, this);
|
||||
Dialog.DisallowCanceling();
|
||||
bool Success;
|
||||
|
||||
Reference in New Issue
Block a user