mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
increase default maxFPS plist setting from 30 to 60
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user