libretro / dosbox-libretro

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

Updated to latest libretro.h from RetroArch #101

Closed hiddenasbestos closed 5 years ago

hiddenasbestos commented 5 years ago

Did a direct file copy from RetroArch.

Should fix buildbot reported error: redefinition of 'struct retro_midi_interface'

hiddenasbestos commented 5 years ago

The buildbot seems to be failing. Reporting an error that this file change fixes. I've checked the source code there's only one copy of libretro.h. What's wrong?

edit: build system is fixed, thanks to bparker