mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 22:23:31 +00:00
added support for different resolutions and frame rates
This commit is contained in:
@@ -196,7 +196,7 @@ void ClDisplayTransientMessage(char* message)
|
||||
-(id) initWithConfig:(StreamConfiguration*)config renderer:(VideoDecoderRenderer*)myRenderer
|
||||
{
|
||||
self = [super init];
|
||||
host = config.host;
|
||||
host = config.hostAddr;
|
||||
renderer = myRenderer;
|
||||
|
||||
streamConfig.width = config.width;
|
||||
|
||||
Reference in New Issue
Block a user