diff --git a/csgo-vulkan-fix/README.md b/csgo-vulkan-fix/README.md index 4218dc6..569c5c8 100644 --- a/csgo-vulkan-fix/README.md +++ b/csgo-vulkan-fix/README.md @@ -12,7 +12,7 @@ With this plugin, you aren't anymore. CS2 launch options: ``` --vulkan -window -w -h -vulkan +-window -w -h ``` example plugin config: @@ -23,7 +23,8 @@ plugin { res_h = 1050 # NOT a regex! This is a string and has to exactly match initial_class - class = cs2 + # At some point Counter Strike 2's class was changed to 'SDL Application' + class = SDL Application # Whether to fix the mouse position. A select few apps might be wonky with this. fix_mouse = true @@ -31,4 +32,4 @@ plugin { } ``` -fullscreen the game manually and enjoy. \ No newline at end of file +fullscreen the game manually and enjoy.