Use the app name in the "Starting App" text

This commit is contained in:
Cameron Gutman
2018-06-01 19:11:10 -07:00
parent 39b0b429d6
commit 314f32388a
4 changed files with 5 additions and 2 deletions

View File

@@ -9,5 +9,5 @@
#import "StreamConfiguration.h"
@implementation StreamConfiguration
@synthesize host, appID, width, height, frameRate, bitRate, riKeyId, riKey, gamepadMask, streamingRemotely;
@synthesize host, appID, width, height, frameRate, bitRate, riKeyId, riKey, gamepadMask, streamingRemotely, appName;
@end