mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-21 19:55:08 +00:00
Fix iOS build with new common
This commit is contained in:
parent
6273f2bb29
commit
88c917c103
@ -408,7 +408,18 @@ 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;
|
||||
|
||||
LiStartConnection(_host,
|
||||
&_streamConfig,
|
||||
&_clCallbacks,
|
||||
&_drCallbacks,
|
||||
&_arCallbacks,
|
||||
&dummyPlCallbacks,
|
||||
NULL, 0);
|
||||
}
|
||||
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 91f0351671960711650752706228e69f5d122aea
|
||||
Subproject commit 7fb3ef3f794e7cd96271e583bbc2307bab1dd1e0
|
Loading…
x
Reference in New Issue
Block a user