diff --git a/frontend/device.lua b/frontend/device.lua index 11d3c73ac..2f03f270d 100644 --- a/frontend/device.lua +++ b/frontend/device.lua @@ -32,7 +32,7 @@ local function probeDevice() -- return require("device/newport/device") -- end - error("did not find a hardware abstraction for this platform") + error("Could not find hardware abstraction for this platform. If you are trying to run the emulator, please ensure SDL is installed.") end local dev = probeDevice()