mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-02-16 10:30:47 +00:00
Use default alsa device to use HDMI devices automatic
This commit is contained in:
@@ -169,7 +169,7 @@ public class Limelight implements NvConnectionListener {
|
||||
boolean fake = false;
|
||||
boolean tests = true;
|
||||
String mapping = null;
|
||||
String audio = "hw:0,0";
|
||||
String audio = "default";
|
||||
Level debug = Level.SEVERE;
|
||||
|
||||
for (int i = 0; i < args.length - 1; i++) {
|
||||
|
||||
Reference in New Issue
Block a user