mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
meow :3
This commit is contained in:
parent
b9b77d30f8
commit
893167533f
1 changed files with 10 additions and 10 deletions
|
|
@ -70,19 +70,19 @@ 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
|
||||
if value
|
||||
Sunshine.setSDLHint("SDL_HINT_INVALID_PARAM_CHECKS", "1")
|
||||
else
|
||||
Sunshine.setSDLHint("SDL_HINT_INVALID_PARAM_CHECKS", "2")
|
||||
end
|
||||
end
|
||||
|
||||
def SDL_HINT_SHUTDOWN_DBUS_ON_QUIT(value)
|
||||
if value
|
||||
Sunshine.setSDLHint("SDL_HINT_SHUTDOWN_DBUS_ON_QUIT", "1")
|
||||
else
|
||||
Sunshine.setSDLHint("SDL_HINT_SHUTDOWN_DBUS_ON_QUIT", "0")
|
||||
end
|
||||
if value
|
||||
Sunshine.setSDLHint("SDL_HINT_SHUTDOWN_DBUS_ON_QUIT", "1")
|
||||
else
|
||||
Sunshine.setSDLHint("SDL_HINT_SHUTDOWN_DBUS_ON_QUIT", "0")
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue