increase default maxFPS plist setting from 30 to 60

This commit is contained in:
F. Duncanh
2023-01-16 08:55:12 -05:00
parent 105df46772
commit 14df246976
6 changed files with 6 additions and 6 deletions

View File

@@ -454,7 +454,7 @@ raop_init(int max_clients, raop_callbacks_t *callbacks) {
raop->width = 1920;
raop->height = 1080;
raop->refreshRate = 60;
raop->maxFPS = 30;
raop->maxFPS = 60;
raop->overscanned = 0;
/* initialize switch for display of client's streaming data records */