1
0
mirror of synced 2025-01-19 17:28:46 +01:00

f and g drive fix wm5

This commit is contained in:
doomertheboomer 2022-10-10 20:41:37 +07:00
parent 6ee49c6289
commit f2d6a91f90

View File

@ -387,7 +387,8 @@ static InitFunction Wmmt5Func([]()
// Save story stuff (only 05)
{
// Fix F and G drive crash on mileage screen
injector::MakeNOP(imageBase + 0xCE5DF, 5);
CreateThread(0, 0, Wmmt5FfbCollector, 0, 0, 0);
}