From cdbf27655375fa86b363ec9a8f69d8afa5b06223 Mon Sep 17 00:00:00 2001 From: Eugene8388608 Date: Sun, 2 Apr 2017 22:02:23 +0300 Subject: [PATCH] Update EFI.lua MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit нос сос насос --- MineOS/EFI.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MineOS/EFI.lua b/MineOS/EFI.lua index 5550fa03..ba073b59 100755 --- a/MineOS/EFI.lua +++ b/MineOS/EFI.lua @@ -8,8 +8,8 @@ local function init() if g and s and e then gpu,ee=pr(g),pr(e) - computer.getBootAddress=function() return ee.getData() end - computer.setBootAddress=function(address) return ee.setData(address) end + cm.getBootAddress=function() return ee.getData() end + cm.setBootAddress=function(address) return ee.setData(address) end gpu.bind(s) re={};re.width,re.height=gpu.maxResolution() gpu.setResolution(re.width,re.height)