Skip to content

Commit

Permalink
Update Bk2.cs
Browse files Browse the repository at this point in the history
fix comment to communicate a coherent thought
  • Loading branch information
vadosnaprimer authored Sep 9, 2024
1 parent d6cc833 commit 888f8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TASVideos.Parsers/Parsers/Bk2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public async Task<IParseResult> Parse(Stream file, long length)
}
}

// We only ever have a list of framerates for cores with framerate overrides, but it doesn't distinguish by core. nymashock has cycle count but octoshock has to rely on mednafen framerates for now. so we override with a constant for octoshock, to prevent picking random wrong values from nymashock overrides
// MapParsedResult() implies we only ever have a list of framerates for cores with framerate overrides, but it doesn't distinguish by core. nymashock has cycle count but octoshock has to rely on mednafen framerates for now. so we override with a constant for octoshock, to prevent picking random wrong values from nymashock overrides
if (core == "octoshock")
{
result.FrameRateOverride = result.Region == RegionType.Pal
Expand Down

0 comments on commit 888f8bc

Please sign in to comment.