SaveState: Rename ChunkFile files to Serialize.

Makes more sense and less weird than ChunkFileDoMap, etc.
This commit is contained in:
Unknown W. Brackets
2020-08-10 08:04:05 +00:00
parent d0f3cfeb9b
commit b8342fb8ec
112 changed files with 268 additions and 231 deletions
+2 -2
View File
@@ -15,8 +15,8 @@
// Official git repository and contact information can be found at
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
#include "Common/ChunkFile.h"
#include "Common/ChunkFileDo.h"
#include "Common/Serialize/Serializer.h"
#include "Common/Serialize/SerializeFuncs.h"
#include "Core/Dialog/PSPDialog.h"
#include "Core/Dialog/PSPScreenshotDialog.h"
#include "Core/HLE/sceKernel.h"