match OC behavior a bit more

This commit is contained in:
2026-05-01 16:21:09 +03:00
parent b209a033cf
commit f255b417e4
2 changed files with 8 additions and 1 deletions

View File

@@ -1019,6 +1019,8 @@ typedef struct nn_Filesystem {
double readsPerTick;
// how many write calls can be done per tick
double writesPerTick;
// how many open calls can be done per tick
double opensPerTick;
// The energy cost of an actual read/write.
// It is per-byte, so if a read returns 4096 bytes, then this cost is multiplied by 4096.
double dataEnergyCost;