mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-16 13:23:07 +00:00
Refactor Steam Link support files
This commit is contained in:
9
config.tests/SL/main.cpp
Normal file
9
config.tests/SL/main.cpp
Normal file
@@ -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