1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-01-18 12:15:27 +00:00

Reduce default fps to 20. It looks good with new burnin and saves some gpu.

This commit is contained in:
Filippo Scognamiglio 2018-12-03 16:06:48 +01:00
parent e9ddd7d3b8
commit fd2e5ce71e

View File

@ -48,7 +48,7 @@ QtObject{
property bool showTerminalSize: true
property real windowScaling: 1.0
property real fps: 24
property real fps: 20
property bool verbose: false
property real bloomQuality: 0.5