libretro / snes9x2010

Snes9x 2010. Port of Snes9x 1.52+ to Libretro (previously called SNES9x Next). Rewritten in C and several optimizations and speedhacks.
Other
98 stars 71 forks source link

No way to disable log messages #102

Closed unixpickle closed 4 years ago

unixpickle commented 6 years ago

The code is littered with printf statements that cannot be suppressed. APIs should never uncontrollably print to the console, and especially not to stdout. I propose adding #ifdef SNES_SILENTs around the logs to optionally disable logging. If I made a PR for this, would it be accepted? If not, is there a better way to do this?

hizzlekizzle commented 4 years ago

should be fixed now with #130 so I'm going to close this. We'll reopen if not.