From b1af3eed10e65b6d39a038d5ccecc687ab94bff2 Mon Sep 17 00:00:00 2001 From: LostDragonist Date: Sun, 24 Mar 2019 21:30:58 -0500 Subject: Add parameters to startApplication to allow control of custom overwrite --- src/organizercore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/organizercore.h') diff --git a/src/organizercore.h b/src/organizercore.h index 2a31d00a..bfb72529 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -209,7 +209,7 @@ public: PluginList *pluginList(); ModList *modList(); HANDLE runShortcut(const MOShortcut& shortcut); - HANDLE startApplication(const QString &executable, const QStringList &args, const QString &cwd, const QString &profile); + HANDLE startApplication(const QString &executable, const QStringList &args, const QString &cwd, const QString &profile, const QString &forcedCustomOverwrite = "", bool ignoreCustomOverwrite = false); bool waitForApplication(HANDLE processHandle, LPDWORD exitCode = nullptr); HANDLE findAndOpenAUSVFSProcess(const std::vector& hiddenList, DWORD preferedParentPid); bool onModInstalled(const std::function &func); -- cgit v1.3.1