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:
@@ -1183,6 +1183,8 @@ JudgmentTransformCommand=%JudgmentTransformSharedCommand
|
||||
[Profile]
|
||||
ShowCoinData=true
|
||||
UnlockAuthString=""
|
||||
CustomLoadFunction=function(profile, dir) end
|
||||
CustomSaveFunction=function(profile, dir) end
|
||||
|
||||
[RadarValues]
|
||||
WriteComplexValues=true
|
||||
|
||||
Reference in New Issue
Block a user