mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-24 00:56:42 +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->localaudio = false;
|
||||||
config->fullscreen = true;
|
config->fullscreen = true;
|
||||||
config->unsupported_version = false;
|
config->unsupported_version = false;
|
||||||
|
config->forcehw = false;
|
||||||
|
|
||||||
config->inputsCount = 0;
|
config->inputsCount = 0;
|
||||||
config->mapping = get_path("mappings/default.conf", getenv("XDG_DATA_DIRS"));
|
config->mapping = get_path("mappings/default.conf", getenv("XDG_DATA_DIRS"));
|
||||||
|
|||||||
Reference in New Issue
Block a user