Skip to content

Commit

Permalink
Update and sort the MPTReplayer supported formats list to match
Browse files Browse the repository at this point in the history
  • Loading branch information
sitomani committed Jan 31, 2024
1 parent 6326b95 commit 9979574
Showing 1 changed file with 27 additions and 16 deletions.
43 changes: 27 additions & 16 deletions 4champ/Replay/OpenMPT/MPTReplayer.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,50 +14,61 @@ @implementation MPTReplayer {
@synthesize name = _name;

+ (NSArray<NSString*>*)supportedFormats {
return @[@"669",
return @[@"667",
@"669",
@"AMF",
@"AMS",
@"DBM",
@"DIGI",
@"DMF",
@"DSM",
@"DSYM",
@"DTM",
@"FAR",
@"IT",
@"FMT",
@"FST",
@"GDM",
@"ST26",
@"GTK",
@"GT2",
@"ICE",
@"IT",
@"IMF",
@"J2B",
@"M15",
//@"MED", Handled by UADE
@"MDL",
//@"MED", Handled by UADE
@"MMCMP",
@"MMS",
@"MO3",
@"MOD",
@"MTPM",
@"MT2",
@"MTM",
@"NST",
@"OCT",
@"OK",
@"OKT",
@"OSS",
@"PTM",
@"OXM",
@"PLM",
@"PPM",
@"PSM",
@"PT36",
@"PTM",
@"S3M",
@"STM",
@"SFX",
@"SFX2",
@"ST26",
@"STK",
@"STM",
@"STP",
@"STX",
@"SYNMOD",
@"ULT",
@"UMX",
@"WOW",
@"XM",
@"FST",
@"STK",
@"MMCMP",
@"MMS",
@"MO3",
@"MPTM",
@"OK",
@"PLM",
@"PPM",
@"PT36"];
@"XMF"];
}

- (MPTReplayer*) init {
Expand Down

0 comments on commit 9979574

Please sign in to comment.