mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-24 09:06:45 +00:00
Seperate main loop for SDL
This commit is contained in:
@@ -19,7 +19,13 @@
|
||||
|
||||
#include "limelight-common/Limelight.h"
|
||||
|
||||
#define IS_EMBEDDED(SYSTEM) SYSTEM != SDL
|
||||
|
||||
enum platform { SDL, OMX, IMX, FAKE };
|
||||
|
||||
enum platform platform_check(char*);
|
||||
DECODER_RENDERER_CALLBACKS* platform_get_video(enum platform system);
|
||||
|
||||
#ifdef HAVE_SDL
|
||||
void sdl_loop();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user