mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Savestates: Save build version and creation time
This commit is contained in:
parent
9df40a9b69
commit
e209dc1229
3 changed files with 41 additions and 4 deletions
|
|
@ -219,6 +219,8 @@ class b8
|
|||
public:
|
||||
b8() = default;
|
||||
|
||||
using enable_bitcopy = std::true_type;
|
||||
|
||||
constexpr b8(bool value) noexcept
|
||||
: m_value(value)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue