From 9e69d161b19c1c69d12ec6e340b22dc9bd298cfd Mon Sep 17 00:00:00 2001 From: Artur Bekker Date: Fri, 25 Nov 2022 17:12:36 -0500 Subject: [PATCH] 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. --- output/CloseEmu.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 output/CloseEmu.lua diff --git a/output/CloseEmu.lua b/output/CloseEmu.lua new file mode 100644 index 00000000..feeafdbe --- /dev/null +++ b/output/CloseEmu.lua @@ -0,0 +1 @@ +emu.exit()