progress on volatileFilesystem and fixed a file descriptor leak

This commit is contained in:
2025-07-13 13:31:26 +02:00
parent 64a6b84b30
commit 79e9a8ac2f
4 changed files with 60 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ fn addEngineSources(b: *std.Build, opts: LibBuildOpts) *std.Build.Module {
"src/components/eeprom.c",
"src/components/volatileEeprom.c",
"src/components/filesystem.c",
"src/components/volatileFilesystem.c",
"src/components/drive.c",
"src/components/volatileDrive.c",
"src/components/screen.c",