mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-14 11:56:07 +00:00
Update Limelight common to newest version
This commit is contained in:
@@ -353,5 +353,10 @@ public class Limelight implements NvConnectionListener {
|
||||
public void displayError(String title, String message) {
|
||||
System.err.println(title + " " + message);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void displayTransientMessage(String message) {
|
||||
displayMessage(message);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user