Savestates: Save build version and creation time

This commit is contained in:
Eladash 2023-12-28 22:30:05 +02:00 committed by Elad Ashkenazi
parent 9df40a9b69
commit e209dc1229
3 changed files with 41 additions and 4 deletions

View file

@ -219,6 +219,8 @@ class b8
public:
b8() = default;
using enable_bitcopy = std::true_type;
constexpr b8(bool value) noexcept
: m_value(value)
{