Skip to content

Commit

Permalink
Merge pull request #91393 from skyace65/LowProc
Browse files Browse the repository at this point in the history
Remove text saying low processor mode only works on desktop
  • Loading branch information
akien-mga committed May 1, 2024
2 parents 378b7c7 + a47bf2a commit 7401ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/ProjectSettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
This setting can be overridden using the [code]--frame-delay <ms;>[/code] command line argument.
</member>
<member name="application/run/low_processor_mode" type="bool" setter="" getter="" default="false">
If [code]true[/code], enables low-processor usage mode. This setting only works on desktop platforms. The screen is not redrawn if nothing changes visually. This is meant for writing applications and editors, but is pretty useless (and can hurt performance) in most games.
If [code]true[/code], enables low-processor usage mode. The screen is not redrawn if nothing changes visually. This is meant for writing applications and editors, but is pretty useless (and can hurt performance) in most games.
</member>
<member name="application/run/low_processor_mode_sleep_usec" type="int" setter="" getter="" default="6900">
Amount of sleeping between frames when the low-processor usage mode is enabled (in microseconds). Higher values will result in lower CPU usage.
Expand Down

0 comments on commit 7401ea3

Please sign in to comment.