1
0
mirror of synced 2025-02-01 04:15:50 +01:00

DirtyDrivin Fixes

This commit is contained in:
00C0FFEE 2020-11-18 15:04:54 +01:00
parent f446178223
commit 8d4bc0cafa

View File

@ -15,6 +15,8 @@
#include <fstream>
#include "d3d9.h"
#if _M_IX86
#pragma optimize("", off)
#pragma comment(lib, "Ws2_32.lib")
typedef unsigned int U32;
@ -312,3 +314,5 @@ static InitFunction DirtyDrivinFunc([]()
}
}, GameID::DirtyDrivin);
#endif
#pragma optimize("", on)