fixed missed case for device/emu recognition

This commit is contained in:
HW
2012-04-09 16:32:19 +02:00
parent f9c97bcf59
commit a824204039

View File

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