mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-24 13:02:49 +01:00
Update EFI.lua
нос сос насос
This commit is contained in:
parent
35b849ceb4
commit
cdbf276553
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user