libretro / bsnes-mercury

Fork of bsnes with various performance improvements.
GNU General Public License v3.0
47 stars 39 forks source link

Make setting DEBUG like other libretro cores #27

Closed orbea closed 7 years ago

orbea commented 7 years ago

Most of the libretro cores check if DEBUG=1 is set while the bsnes cores check if debug is set. This PR will change the bsnes-mercury Makefile to be more like the other cores as being able to set DEBUG=0 or DEBUG=1 can be useful.