From fe8742749b48c488c10d01d3debaee7fee573873 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Wed, 25 Sep 2024 00:13:20 +1000 Subject: [PATCH] csgo-vulkan-fix: Change README to use title instead of class --- csgo-vulkan-fix/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/csgo-vulkan-fix/README.md b/csgo-vulkan-fix/README.md index 569c5c8..b53295e 100644 --- a/csgo-vulkan-fix/README.md +++ b/csgo-vulkan-fix/README.md @@ -22,9 +22,8 @@ plugin { res_w = 1680 res_h = 1050 - # NOT a regex! This is a string and has to exactly match initial_class - # At some point Counter Strike 2's class was changed to 'SDL Application' - class = SDL Application + # NOT a regex! This is a string and has to exactly match initial_title + title = Counter-Strike 2 # Whether to fix the mouse position. A select few apps might be wonky with this. fix_mouse = true