Dolphin, the GameCube and Wii emulator - Forums
.gsc header format - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Development Discussion (https://forums.dolphin-emu.org/Forum-development-discussion)
+--- Thread: .gsc header format (/Thread-gsc-header-format)



.gsc header format - Seregon - 06-12-2019

Hi,

I have been reading through the GCMemcard code to try to understand how the .gsc files are different from the .sav and .gci files out of curiousity. As far as I can understand, it's only the 0x110 extra header that is different from a .gci file, but I'm not skilled enough at reading code to understand how this header is generated. Could anyone help me figure that out? And are there other differences?


RE: .gsc header format - LPFaint99 - 06-13-2019

here's the doc that I used to support that format

https://web.archive.org/web/20080823102548/http://members.iinet.net.au/~theimp/gci/GameCube%20GCI%20&%20GCP%20Memory%20Card%20Save%20File%20Format%20Specifications.pdf


RE: .gsc header format - Seregon - 06-13-2019

(06-13-2019, 11:04 AM)LPFaint99 Wrote: here's the doc that I used to support that format

https://web.archive.org/web/20080823102548/http://members.iinet.net.au/~theimp/gci/GameCube%20GCI%20&%20GCP%20Memory%20Card%20Save%20File%20Format%20Specifications.pdf

That's exactly what I was looking for! Thank you for the fast reply!