This commit is contained in:
chrox
2015-01-13 00:18:59 +08:00
parent 1cba495fe0
commit 6894c11640

View File

@@ -143,8 +143,8 @@ wrapper for FFI input open
Note that we adhere to the "." syntax here for compatibility.
TODO: clean up separation FFI/this
--]]
function Input.open(device, kobo_events)
input.open(device, kobo_events and 1 or 0)
function Input.open(device, is_emu_events)
input.open(device, is_emu_events and 1 or 0)
end
--[[