mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-21 15:50:50 +00:00
Return 0 for video renderer setup
This commit is contained in:
@@ -83,6 +83,8 @@ int aml_setup(int videoFormat, int width, int height, int redrawRate, void* cont
|
||||
fprintf(stderr, "Can't set Freerun mode: %x\n", ret);
|
||||
return -2;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
void aml_cleanup() {
|
||||
|
||||
Reference in New Issue
Block a user