Browse Source

Add doc comment to settings::autosaveInterval.

tags/v2.4.0
Andrew Belt 1 year ago
parent
commit
7c6afcda4b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      include/settings.hpp

+ 1
- 0
include/settings.hpp View File

@@ -71,6 +71,7 @@ extern bool lockModules;
extern bool squeezeModules; extern bool squeezeModules;
/** Maximum screen redraw frequency in Hz, or 0 for unlimited. */ /** Maximum screen redraw frequency in Hz, or 0 for unlimited. */
extern float frameRateLimit; extern float frameRateLimit;
/** Interval between autosaves in seconds. */
extern float autosaveInterval; extern float autosaveInterval;
extern bool skipLoadOnLaunch; extern bool skipLoadOnLaunch;
extern std::list<std::string> recentPatchPaths; extern std::list<std::string> recentPatchPaths;


Loading…
Cancel
Save