mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-08-27 12:41:18 +00:00
Refactor Steam Link support files
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include <SLVideo.h>
|
||||
#include <SLAudio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
SLVideo_CreateContext();
|
||||
SLAudio_CreateContext();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user