phy1um / ps2-homebrew-livestreams

Repo for code written during my Playstation 2 Homebrew livestreams
MIT License
47 stars 6 forks source link

GH-34 Lua Logging #39

Closed phy1um closed 2 years ago

phy1um commented 2 years ago

Resolves #34

Lua Logging API

Add logging API to Lua so that logs from Lua show line number and file name. Remove all instances of Lua print()

New APIs