Create CloseEmu.lua

Created lua script while testing Insert/Eject and Switch Disk scripts, investigating how function calls in lua-engine.cpp work. Simple Lua script that just closes the emulator.
This commit is contained in:
Artur Bekker 2022-11-25 17:12:36 -05:00 committed by GitHub
parent 542321dc3f
commit 9e69d161b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
output/CloseEmu.lua Normal file
View File

@ -0,0 +1 @@
emu.exit()