mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-20 07:10:32 +00:00
Update moonlight-common-c for GFE 2.11
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
static FILE* fd;
|
||||
static const char* fileName = "fake.h264";
|
||||
|
||||
void decoder_renderer_setup(int width, int height, int redrawRate, void* context, int drFlags) {
|
||||
void decoder_renderer_setup(int videoFormat, int width, int height, int redrawRate, void* context, int drFlags) {
|
||||
fd = fopen(fileName, "w");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user