mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-25 17:22:47 +01:00
aefaef
This commit is contained in:
@@ -149,6 +149,10 @@ function ECSAPI.setScale(scale, debug)
|
||||
gpu.setResolution(finalNewWidth, finalNewHeight)
|
||||
end
|
||||
|
||||
function ECSAPI.rebindGPU(address)
|
||||
gpu.bind(address)
|
||||
end
|
||||
|
||||
--Получаем всю инфу об оперативку в килобайтах
|
||||
function ECSAPI.getInfoAboutRAM()
|
||||
local free = math.floor(computer.freeMemory() / 1024)
|
||||
|
||||
Reference in New Issue
Block a user