MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / IsFormatted

Method IsFormatted

pcsx2/SIO/Memcard/MemoryCardFolder.cpp:133–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133bool FolderMemoryCard::IsFormatted() const
134{
135 // this should be a good enough arbitrary check, if someone can think of a case where this doesn't work feel free to change
136 return m_superBlock.raw[0x16] == 0x6F;
137}
138
139void FolderMemoryCard::Open(const bool enableFiltering, std::string filter)
140{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected