From 68f3f98bc3974667812ed778d572a0aeb0c89bec Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Mon, 8 Aug 2022 21:03:02 +0200 Subject: feat: detect GameMode and MangoHud's presence Signed-off-by: Sefa Eyeoglu --- launcher/Application.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'launcher/Application.h') diff --git a/launcher/Application.h b/launcher/Application.h index 05525bcf..41fd4c47 100644 --- a/launcher/Application.h +++ b/launcher/Application.h @@ -95,6 +95,8 @@ public: SupportsMSA = 1 << 0, SupportsFlame = 1 << 1, + SupportsGameMode = 1 << 2, + SupportsMangoHud = 1 << 3, }; Q_DECLARE_FLAGS(Capabilities, Capability) -- cgit