libretro / libretro-lutro

An experimental lua game framework for libretro following the LÖVE API
https://lutro.libretro.com
MIT License
149 stars 46 forks source link

Fix the on-purpose audio test error being reported as a segfault #208

Closed jstine35 closed 3 years ago

jstine35 commented 3 years ago

Just change lutro_alert -> lutro_error

(alerts are not fully implemented yet, so they behave same as an assert which is to generate a segfault for debugging. Eventually, a dialog/popup type thing will replace that. But in either case I only want the unit test to log, not popup errors)