diff options
author | Priton-CE <thies.eric@gmail.com> | 2024-09-21 01:00:42 +0200 |
---|---|---|
committer | Priton-CE <thies.eric@gmail.com> | 2024-09-21 01:00:42 +0200 |
commit | 7d69af6b32a691e98827ea10315a456a07990fac (patch) | |
tree | aa9fa429dfb140c11dd0cfd34c4f6cd157f6d7af /proto-wine/proton.h | |
parent | 08fff53a956deb437cac4f642b45eea03e2fbbde (diff) |
added handling for custom proton prefixes and cleaned up the wine protocol init procedure
Diffstat (limited to 'proto-wine/proton.h')
-rw-r--r-- | proto-wine/proton.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/proto-wine/proton.h b/proto-wine/proton.h new file mode 100644 index 00000000..51539305 --- /dev/null +++ b/proto-wine/proton.h @@ -0,0 +1,7 @@ +#pragma once + +#include <qchar.h> +#include <qprocess.h> + +std::tuple<QProcessEnvironment, QString, bool> make_steam_environ(const QString& proton_dist_path); +std::tuple<QString, QString, bool> make_wineprefix(int appid);
\ No newline at end of file |