Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
33d6306359 | ||
|
|
5ee9e285e7 | ||
|
|
d8020a367f | ||
|
|
88c917c103 | ||
|
|
6273f2bb29 |
Binary file not shown.
@@ -21,7 +21,7 @@
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>6</string>
|
||||
<string>9</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.games</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
|
||||
@@ -408,7 +408,19 @@ static OSStatus playbackCallback(void *inRefCon,
|
||||
|
||||
-(void) main
|
||||
{
|
||||
LiStartConnection(_host, &_streamConfig, &_clCallbacks, &_drCallbacks, &_arCallbacks, NULL, 0);
|
||||
PLATFORM_CALLBACKS dummyPlCallbacks;
|
||||
|
||||
// Only used on Windows
|
||||
dummyPlCallbacks.threadStart = NULL;
|
||||
dummyPlCallbacks.debugPrint = NULL;
|
||||
|
||||
LiStartConnection(_host,
|
||||
&_streamConfig,
|
||||
&_clCallbacks,
|
||||
&_drCallbacks,
|
||||
&_arCallbacks,
|
||||
&dummyPlCallbacks,
|
||||
NULL, 0);
|
||||
}
|
||||
|
||||
|
||||
|
||||
+1
-1
Submodule limelight-common-c updated: 71ace097f8...9143994588
Reference in New Issue
Block a user