Support XEBRA; Slightly

This commit is contained in:
2024-06-19 21:17:55 +02:00
parent 7d74827e99
commit 271733a7fe
3 changed files with 20 additions and 3 deletions

View File

@@ -83,6 +83,10 @@ namespace JabyEngine {
return BCDTimeStamp::from_time(min, sec, sectors);
}
constexpr bool is_zero() const {
return this->min == 0 && this->sec == 0 && this->sector == 0;
}
};
}
}