libretro / libretro-lutro

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

makefile: fix typos that made player build not really do what was intended #202

Closed jstine35 closed 3 years ago

jstine35 commented 3 years ago

also a small change included:

kivutar commented 3 years ago

I tried switching to tool mode, still no audio

jstine35 commented 3 years ago

@kivutar Fixed. I think you may have been running wrong lutro core on ludo, because the typo would have definitely disabled audio in all libretro frontends (see diff for laughs) :)

And I apologize - I was in a rush and didn't make note that I hadn't tested this change yet. I was most interested in seeing it pass CI first and then I was going to circle around and do some actual tests today. I usually make note of such things.