Skip to content

Commit

Permalink
Add RELOAD_ON_SAVESTATE to VSPEC
Browse files Browse the repository at this point in the history
  • Loading branch information
Foifur committed Feb 24, 2025
1 parent c5e15fb commit f97a0e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Libraries/CorruptCore/Enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ public static class VSPEC
public static readonly string CONFIG_PATHS = nameof(CONFIG_PATHS);
public static readonly string REPLACE_MANUALBLAST_WITH_GHCORRUPT = nameof(REPLACE_MANUALBLAST_WITH_GHCORRUPT);
public static readonly string LOADSTATE_USES_CALLBACKS = nameof(LOADSTATE_USES_CALLBACKS);
public static readonly string RELOAD_ON_SAVESTATE = nameof(RELOAD_ON_SAVESTATE);
}

[SuppressMessage("Microsoft.Design", "CA1707", Justification = "UISPEC names may have underscores since changing this would break serialization.")]
Expand Down

0 comments on commit f97a0e2

Please sign in to comment.