mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-02-16 10:30:47 +00:00
Don't force hardware for FFMpeg by default
This commit is contained in:
@@ -301,6 +301,7 @@ void config_parse(int argc, char* argv[], PCONFIGURATION config) {
|
||||
config->localaudio = false;
|
||||
config->fullscreen = true;
|
||||
config->unsupported_version = false;
|
||||
config->forcehw = false;
|
||||
|
||||
config->inputsCount = 0;
|
||||
config->mapping = get_path("mappings/default.conf", getenv("XDG_DATA_DIRS"));
|
||||
|
||||
Reference in New Issue
Block a user