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.
1) Renamed
interface
tointf
to not interfere with DirectX SDK. 2) Fixedoam-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.