mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-20 22:09:55 +00:00
meow gfslkjgfsjlk
This commit is contained in:
parent
1cf5e4ff6a
commit
9d3b0a146b
1 changed files with 1 additions and 5 deletions
|
|
@ -72,11 +72,7 @@ module Settings
|
|||
end
|
||||
|
||||
def SDL_HINT_INVALID_PARAM_CHECKS(value)
|
||||
if value
|
||||
Sunshine.setSDLHint("SDL_HINT_INVALID_PARAM_CHECKS", "1")
|
||||
else
|
||||
Sunshine.setSDLHint("SDL_HINT_INVALID_PARAM_CHECKS", "2")
|
||||
end
|
||||
Sunshine.setSDLHint("SDL_HINT_INVALID_PARAM_CHECKS", value ? "1" : "2")
|
||||
end
|
||||
|
||||
def vsync(value)
|
||||
|
|
|
|||
Loading…
Reference in a new issue