lsnes/include
Ilari Liusvaara f537f4943c Lua: Guard against Lua returning non-string error
Turns out that if Lua throws e.g. a table as error, tostring (and
tolstring) returns NULL. And trying to print NULL into message stream
causes it to hang). Guard against tolstring returning NULL, and print
(null) instead of trying to print the NULL pointer.
2020-04-05 20:55:44 +03:00
..
cmdhelp Allow binding commands to class instance 2014-11-17 15:55:14 +02:00
core Allow just-in-time override of input to be recorded from Lua 2020-03-31 18:22:39 +03:00
fonts Small whitespace cleanup 2015-05-27 23:08:54 +03:00
interface Remove partial exception specifiers 2019-01-30 19:26:21 +02:00
library Lua: Guard against Lua returning non-string error 2020-04-05 20:55:44 +03:00
lua Allow just-in-time override of input to be recorded from Lua 2020-03-31 18:22:39 +03:00
platform/wxwidgets Remove Mac OS support 2019-12-11 21:30:15 +02:00
video Remove partial exception specifiers 2019-01-30 19:26:21 +02:00
lsnes.hpp Support multiple cores at once 2013-01-06 23:06:08 +02:00