mod: resume framework in kpdf.sh

This commit is contained in:
Qingping Hou
2012-04-07 10:05:27 +08:00
parent 99f3d405b0
commit 9d11916bbd
3 changed files with 2 additions and 2 deletions

View File

@@ -173,6 +173,6 @@ fb:setOrientation(Screen.native_rotation_mode)
input.closeAll()
if optarg["d"] ~= "emu" then
os.execute("killall -cont cvm")
--os.execute("killall -cont cvm")
os.execute('echo "send '..KEY_MENU..'" > /proc/keypad;echo "send '..KEY_MENU..'" > /proc/keypad')
end