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
+2
View File
@@ -34,6 +34,8 @@ const float VERSION_CHART_NAME_TAG = 0.74f;
const float VERSION_CACHE_SWITCH_TAG = 0.77f;
/** @brief The version where note count was added as a radar category. */
const float VERSION_RADAR_NOTECOUNT = 0.83f;
/** @brief The version where tech stats, measure stats, and GrooveStats key were added. */
const float VERSION_TECH_STATS = 0.84f;
/**
* @brief The SSCLoader handles all of the parsing needed for .ssc files.