| 42 | static std::once_flag s_load_once_flag; |
| 43 | |
| 44 | std::string GameDatabaseSchema::GameEntry::memcardFiltersAsString() const |
| 45 | { |
| 46 | return fmt::to_string(fmt::join(memcardFilters, "/")); |
| 47 | } |
| 48 | |
| 49 | const std::string* GameDatabaseSchema::GameEntry::findPatch(u32 crc) const |
| 50 | { |
no test coverage detected