mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 20:15:17 +00:00
Force frame limit to sane values
This commit is contained in:
parent
2d85ba5a35
commit
b8bfd92061
1 changed files with 3 additions and 0 deletions
|
@ -468,6 +468,9 @@ NEXT_OPTION:
|
||||||
|
|
||||||
fs_close(file);
|
fs_close(file);
|
||||||
|
|
||||||
|
if (configFrameLimit < 30) { configFrameLimit = 30; }
|
||||||
|
if (configFrameLimit > 3000) { configFrameLimit = 3000; }
|
||||||
|
|
||||||
#ifndef DISCORD_SDK
|
#ifndef DISCORD_SDK
|
||||||
configNetworkSystem = 1;
|
configNetworkSystem = 1;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue