diff options
-rw-r--r-- | macosx/HBPresets.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/HBPresets.h b/macosx/HBPresets.h index 59d2774ab..71a516066 100644 --- a/macosx/HBPresets.h +++ b/macosx/HBPresets.h @@ -17,11 +17,12 @@ - (NSDictionary *)createBasicPresetFolder; - (NSDictionary *)createGamingConsolesPresetFolder; - (NSDictionary *)createHiProfilePresetFolder; +- (NSDictionary *)createLegacyPresetFolder; - (NSDictionary *)create360Preset; - (NSDictionary *)createAnimationPreset; - (NSDictionary *)createAppleTVPreset; -- (NSDictionary *)createAppleTVLegacuPreset; +- (NSDictionary *)createAppleTVLegacyPreset; - (NSDictionary *)createAppleUniversalPreset; - (NSDictionary *)createClassicPreset; - (NSDictionary *)createCRFPreset; |