mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Revert "Wake up main thread immediately after new frame is pushed"
This reverts commit aab7191a44.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user