From d6965eabdb60103670fd358997e20e3cb8bb08fa Mon Sep 17 00:00:00 2001 From: WujekFoliarz <72314465+WujekFoliarz@users.noreply.github.com> Date: Sun, 8 Dec 2024 16:14:15 +0100 Subject: [PATCH] fix --- RacingDSXWorker.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RacingDSXWorker.cs b/RacingDSXWorker.cs index 608e414..0ed3689 100644 --- a/RacingDSXWorker.cs +++ b/RacingDSXWorker.cs @@ -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;