csgo-vulkan-fix: change cs2 class to match current class, remove unneeded -vulkan option

This commit is contained in:
Daniel Jones 2024-09-24 23:42:13 +10:00
parent b73d7b901d
commit cd9a3b9b24

View file

@ -12,7 +12,7 @@ With this plugin, you aren't anymore.
CS2 launch options: CS2 launch options:
``` ```
-vulkan -window -w <RESX> -h <RESY> -vulkan -window -w <RESX> -h <RESY>
``` ```
example plugin config: example plugin config:
@ -23,7 +23,8 @@ plugin {
res_h = 1050 res_h = 1050
# NOT a regex! This is a string and has to exactly match initial_class # 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. # Whether to fix the mouse position. A select few apps might be wonky with this.
fix_mouse = true fix_mouse = true