From 7d69af6b32a691e98827ea10315a456a07990fac Mon Sep 17 00:00:00 2001 From: Priton-CE Date: Sat, 21 Sep 2024 01:00:42 +0200 Subject: added handling for custom proton prefixes and cleaned up the wine protocol init procedure --- proto-wine/proton.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 proto-wine/proton.h (limited to 'proto-wine/proton.h') 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 +#include + +std::tuple make_steam_environ(const QString& proton_dist_path); +std::tuple make_wineprefix(int appid); \ No newline at end of file -- cgit v1.2.3