mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-02-16 02:20:42 +00:00
Replace seperate codec options with single option
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
## Size of network packets should be lower than MTU
|
||||
#packetsize = 1024
|
||||
|
||||
## Use of h265/HEVC video codec
|
||||
#hevc = false
|
||||
## Select video codec (auto/h264/h265)
|
||||
#codec = auto
|
||||
|
||||
## Default started application on host
|
||||
#app = Steam
|
||||
@@ -34,8 +34,8 @@
|
||||
## To use a different mapping then default another mapping should be declared above the input
|
||||
#input = /dev/input/event1
|
||||
|
||||
## Stop GFE from changing graphical game settings for optimal performance and quality
|
||||
#nosops = false
|
||||
## Enable GFE for changing graphical game settings for optimal performance and quality
|
||||
#sops = true
|
||||
|
||||
## Play audio on host instead of streaming to client
|
||||
#localaudio = false
|
||||
|
||||
Reference in New Issue
Block a user