Merge branch 'feature/savestates-2' of https://github.com/hamish-milne/citra into feature/savestates-2

This commit is contained in:
Hamish Milne
2020-03-28 16:29:18 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -70,6 +70,7 @@ private:
void serialize(Archive& ar, const unsigned int) {
ar& pos;
ar& quat;
ar& color;
ar& tc0;
ar& tc1;
ar& tc0_w;