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 70 forks source link

libretro: fix C89 and logging fallback #132

Closed deltabeard closed 4 years ago

deltabeard commented 4 years ago

Improved logging and fixed builds with MSVC-2003.

Tested working when compiled with MSVC-2003 and running on Windows Server 2003. Also tested working when log_cb is not available. The fallback logging is in the style of RetroArch logs.

Signed-off-by: Mahyar Koshkouei mk@deltabeard.com

lgtm-com[bot] commented 4 years ago

This pull request introduces 1 alert when merging 05a00e101639b72cd8aef786b03c5f6ee6ba8d2f into 5a7416797fdf017a702f6319d2bc276169d12888 - view on LGTM.com

new alerts:

deltabeard commented 4 years ago

Travis failed due to issues with Github currently. fatal: unable to access 'https://github.com/libretro/libretro-super/': The requested URL returned error: 504

deltabeard commented 4 years ago

Thank you!