fixed missed case for device/emu recognition

pull/2/merge
HW 12 years ago
parent f9c97bcf59
commit a824204039

@ -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

Loading…
Cancel
Save