Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WujekFoliarz authored Dec 8, 2024
1 parent d637941 commit d6965ea
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 d6965ea

Please sign in to comment.