Profile: add custom load/save hooks

Themes can use these to implement custom per-profile data, such as
SpeedMods.txt.  For memory cards, they will be executed while the card is
mounted and should read/write everything they will need at that point.
This commit is contained in:
Devin J. Pohly
2013-09-06 23:36:54 -04:00
parent 9309ee09e9
commit cc38fa1d5a
2 changed files with 47 additions and 1 deletions
+2
View File
@@ -1183,6 +1183,8 @@ JudgmentTransformCommand=%JudgmentTransformSharedCommand
[Profile]
ShowCoinData=true
UnlockAuthString=""
CustomLoadFunction=function(profile, dir) end
CustomSaveFunction=function(profile, dir) end
[RadarValues]
WriteComplexValues=true