Revert "Wake up main thread immediately after new frame is pushed"

This reverts commit aab7191a44.
This commit is contained in:
Cameron Gutman
2019-01-21 20:10:13 -08:00
parent aab7191a44
commit 7747624c80
5 changed files with 11 additions and 70 deletions
+1 -2
View File
@@ -3,7 +3,6 @@
#include <Limelight.h>
#include <SDL.h>
#include "settings/streamingpreferences.h"
#include "streaming/sdlhelper.h"
#define SDL_CODE_FRAME_READY 0
@@ -54,6 +53,6 @@ public:
event.user.data1 = data1;
event.user.data2 = data2;
SDLHelper::pushEvent(&event);
SDL_PushEvent(&event);
}
};