mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-07-03 08:15:34 +00:00
set disable_video to false on startup
This commit is contained in:
parent
858c884099
commit
4cb30a2a46
@ -106,6 +106,7 @@ void platform_start(enum platform system) {
|
||||
case AML:
|
||||
write_bool("/sys/class/graphics/fb0/blank", true);
|
||||
write_bool("/sys/class/graphics/fb1/blank", true);
|
||||
write_bool("/sys/class/video/disable_video", false);
|
||||
break;
|
||||
#endif
|
||||
#if defined(HAVE_PI) | defined(HAVE_MMAL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user