devinacker / bsnes-plus

debug-oriented fork of bsnes
http://bsnes.revenant1.net
328 stars 92 forks source link

Added Visual Studio solution for bsnes #265

Open lab313ru opened 4 years ago

lab313ru commented 4 years ago

1) Renamed interface to intf to not interfere with DirectX SDK. 2) Fixed oam-data-model.cpp assert. 3) Fixed an old style allocation of buffer which is not correct for a modern C++ in: patch.hpp, xml.cpp

In general, this PR allows to compile BSNES-PLUS in any of Accuracy/Compatibility/Performance modes in Visual Studio, with DIRECTX usage as Video/Audio/Input drivers.