From 2ee1891153f3feb7f27213949384ac245f2e536c Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sat, 23 Sep 2023 18:06:49 -0700 Subject: [PATCH] fix PC system filename --- src/SaveFileFormats.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SaveFileFormats.hh b/src/SaveFileFormats.hh index 3a937ce9..b20c16a4 100644 --- a/src/SaveFileFormats.hh +++ b/src/SaveFileFormats.hh @@ -502,7 +502,7 @@ struct PSOPCCreationTimeFile { // PSO______FLS /* 1400 */ } __attribute__((packed)); -struct PSOPCSystemFile { // PSO_____COM +struct PSOPCSystemFile { // PSO______COM /* 0000 */ le_uint32_t checksum; // Most of these fields are guesses based on the format used in GC and the // assumption that Sega didn't change much between versions.