Add Serial logging support
This commit is contained in:
parent
3c99062536
commit
0da75f90d7
2 changed files with 9 additions and 0 deletions
7
game/conf.lua
Normal file
7
game/conf.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
function love.conf(t)
|
||||
t.console = true
|
||||
if t.dos then
|
||||
t.dos.console = "COM1"
|
||||
-- t.dos.console = "c:\\test.log"
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue