| 131 | } |
| 132 | |
| 133 | bool 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 | |
| 139 | void FolderMemoryCard::Open(const bool enableFiltering, std::string filter) |
| 140 | { |
no outgoing calls
no test coverage detected