mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-06 03:29:55 -06:00
config: move future HMM codes to temporary Exports section
Export implementation can be sorted later, will probably just toggle bools in a global struct.
This commit is contained in:
@@ -14,15 +14,10 @@ public:
|
||||
CONFIG_DEFINE_LOCALISED("System", bool, Hints, true);
|
||||
CONFIG_DEFINE_LOCALISED("System", bool, ControlTutorial, true);
|
||||
CONFIG_DEFINE_LOCALISED("System", bool, AchievementNotifications, true);
|
||||
CONFIG_DEFINE_LOCALISED("System", bool, SaveScoreAtCheckpoints, false);
|
||||
CONFIG_DEFINE_ENUM_LOCALISED("System", EUnleashGaugeBehaviour, UnleashGaugeBehaviour, EUnleashGaugeBehaviour::Original);
|
||||
CONFIG_DEFINE_ENUM_LOCALISED("System", ETimeOfDayTransition, TimeOfDayTransition, ETimeOfDayTransition::Xbox);
|
||||
CONFIG_DEFINE_LOCALISED("System", bool, SkipIntroLogos, false);
|
||||
|
||||
CONFIG_DEFINE_LOCALISED("Input", bool, InvertCameraX, false);
|
||||
CONFIG_DEFINE_LOCALISED("Input", bool, InvertCameraY, false);
|
||||
CONFIG_DEFINE_LOCALISED("Input", bool, XButtonHoming, true);
|
||||
CONFIG_DEFINE_LOCALISED("Input", bool, AllowCancellingUnleash, false);
|
||||
CONFIG_DEFINE_LOCALISED("Input", bool, AllowBackgroundInput, false);
|
||||
CONFIG_DEFINE_ENUM_LOCALISED("Input", EControllerIcons, ControllerIcons, EControllerIcons::Auto);
|
||||
|
||||
@@ -69,6 +64,13 @@ public:
|
||||
CONFIG_DEFINE_ENUM_LOCALISED("Video", EMovieScaleMode, MovieScaleMode, EMovieScaleMode::Fit);
|
||||
CONFIG_DEFINE_ENUM_LOCALISED("Video", EUIScaleMode, UIScaleMode, EUIScaleMode::Edge);
|
||||
|
||||
// TODO: remove these once the exports are implemented.
|
||||
CONFIG_DEFINE("Exports", bool, AllowCancellingUnleash, false);
|
||||
CONFIG_DEFINE("Exports", bool, FixUnleashOutOfControlDrain, false);
|
||||
CONFIG_DEFINE("Exports", bool, HomingAttackOnBoost, true);
|
||||
CONFIG_DEFINE("Exports", bool, SaveScoreAtCheckpoints, false);
|
||||
CONFIG_DEFINE("Exports", bool, SkipIntroLogos, false);
|
||||
|
||||
static std::filesystem::path GetConfigPath()
|
||||
{
|
||||
return GetUserPath() / "config.toml";
|
||||
|
||||
Reference in New Issue
Block a user