nukeykt / Nuked-OPL3

Highly accurate Yamaha OPL3 (YMF262, CT1747) emulator
GNU Lesser General Public License v2.1
166 stars 18 forks source link

Support compiling as DLL on Windows #26

Open lethal-guitar opened 1 year ago

lethal-guitar commented 1 year ago

Add necessary annotations to allow building NukedOPL3 as a DLL on Windows.

To enable, define OPL_SHARED_LIB when compiling the DLL and in the code that links to it.