FasterMelee / Ishiiruka

Fork for Faster Melee 5.4-5.9
http://fastermelee.net
GNU General Public License v2.0
38 stars 13 forks source link

DX9 problems when building with visual studio 2017 #5

Open geranim0 opened 6 years ago

geranim0 commented 6 years ago

Solution was to comment VideoBackendBase.cpp::43 //g_available_video_backends.push_back(std::make_unique<DX9::VideoBackend>());

and if linker complains about dx9.lib then copy dx11.lib to the dx9 directory and rename it dx9.lib.