mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-11 18:36:17 +00:00
Fix for using default soundcard
This commit is contained in:
@@ -151,7 +151,7 @@ public class Limelight implements NvConnectionListener {
|
||||
int refresh = 60;
|
||||
boolean parse = true;
|
||||
String mapping = null;
|
||||
String audio = "hw:0";
|
||||
String audio = "hw:0,0";
|
||||
|
||||
for (int i = 0; i < args.length - 1; i++) {
|
||||
if (args[i].equals("-input")) {
|
||||
|
||||
Reference in New Issue
Block a user