v1.11.0 - Improved the filesystem library to buffer file reading.

This commit is contained in:
Ponali
2025-06-26 10:28:12 +02:00
parent 235db61a01
commit 9e2fc6bdbf
3 changed files with 99 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
_G._OSVERSION = "Halyde 1.10.0"
_G._OSVERSION = "Halyde 1.11.0"
_G._OSLOGO = ""
local handle, tmpdata = filesystem.open("/halyde/config/oslogo.ans", "r"), nil
repeat