mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 10:42:36 +01:00
Update serialization.hpp
This commit is contained in:
parent
998f867c29
commit
fc98f35ea7
@ -567,7 +567,7 @@ public:
|
||||
}
|
||||
|
||||
template <typename T> requires (std::is_copy_constructible_v<T> && std::is_constructible_v<T> && Bitcopy<T>)
|
||||
6 std::pair<bool, T> try_read()
|
||||
std::pair<bool, T> try_read()
|
||||
{
|
||||
if (is_writing())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user