Added methods to load/write tech counts to cache.

This commit is contained in:
Michael Votaw
2025-02-11 19:39:03 -08:00
committed by teejusb
parent bd897b676a
commit 905e44330a
4 changed files with 56 additions and 2 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
* @brief The internal version of the cache for StepMania.
*
* Increment this value to invalidate the current cache. */
const int FILE_CACHE_VERSION = 227;
const int FILE_CACHE_VERSION = 232;
/** @brief How long does a song sample last by default? */
const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;