Skip to content

Commit

Permalink
Merge pull request #56 from WujekFoliarz/main
Browse files Browse the repository at this point in the history
Dirt Rally 1 fix
  • Loading branch information
cosmii02 authored Dec 8, 2024
2 parents d637941 + d6965ea commit bcf0dce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RacingDSXWorker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,9 @@ static bool AdjustToBufferType(int bufferLength)
{
case 232: // FM7 sled
return false;
case 264: // Dirt Rally 1
FMData.BufferOffset = 0;
return true;
case 311: // FM7 dash
FMData.BufferOffset = 0;
return true;
Expand Down

0 comments on commit bcf0dce

Please sign in to comment.