Merge pull request #497 from gamax92/gpu_fix

Make init.lua do exact component matching
This commit is contained in:
Florian "Sangar" Nücke 2014-08-17 00:39:56 +02:00
commit a46f71c72c

View File

@ -24,7 +24,7 @@ do
end
-- Report boot progress if possible.
local gpu = component.list("gpu")()
local gpu = component.list("gpu", true)()
local w, h
if gpu and screen then
component.invoke(gpu, "bind", screen)