1
0
mirror of synced 2024-09-24 03:18:25 +02:00

IDZero 2.30 fix

This commit is contained in:
Boomslangnz 2023-01-21 14:11:12 +13:00
parent e4656e5e2a
commit 721193ae3b
5 changed files with 4 additions and 2 deletions

View File

@ -6,6 +6,8 @@ xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\Initial D Zero v131" /Y
xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\Initial D Zero v131" /Y
xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\Initial D Zero v211" /Y
xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\Initial D Zero v211" /Y
xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\Initial D Zero v230" /Y
xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\Initial D Zero v230" /Y
xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\Sega World Drivers Championship 2018" /Y
xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\Sega World Drivers Championship 2018" /Y
xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\MAME 64bit Outputs" /Y

Binary file not shown.

Binary file not shown.

View File

@ -57,7 +57,7 @@ void InitialD0v230::FFBLoop(EffectConstants* constants, Helpers* helpers, Effect
if (IDZMode == 0)
{
ff = helpers->ReadByte(0x18A720F, true);
ff = helpers->ReadByte(0x18B54DF, true);
oldff = 0;
newff = ff;

View File

@ -1 +1 @@
v2.0.0.15
v2.0.0.16