Skip to content

Commit

Permalink
fix mednafen FDS
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Mattiello <git@joemattiello.com>
  • Loading branch information
JoeMatt committed Dec 3, 2024
1 parent 9cf890f commit c43a97b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ - (BOOL)loadFileAtPath:(NSString *)path error:(NSError**)error {
//mednafenCoreAspect = OEIntSizeMake(game.nominal_width, game.nominal_height);
self->sampleRate = 48000;
}
else if([[self systemIdentifier] isEqualToString:@"com.provenance.nes"])
else if([[self systemIdentifier] isEqualToString:@"com.provenance.nes"] || [[self systemIdentifier] isEqualToString:@"com.provenance.fds"])
{
self.systemType = MednaSystemNES;

Expand Down

0 comments on commit c43a97b

Please sign in to comment.