libretro / dosbox-libretro

Port of DOSBox (upstream) to the libretro API.
GNU General Public License v2.0
61 stars 40 forks source link

Fix struct "retro_midi_interface" being defined twice #102

Closed SuperFromND closed 5 years ago

SuperFromND commented 5 years ago

The core fails to compile due to the struct retro_midi_interface being defined twice in libretro.h. Removing one of the struct definitions allows the core to compile correctly.

inactive123 commented 5 years ago

Hmm, I was not aware of this. Thanks for the catch. That definitely is not intended.