MemoryCardIconCache: Ignore shared cards

This commit is contained in:
Stenzek
2024-07-10 21:47:02 +10:00
parent 11f7bfc461
commit 226a8eac81
3 changed files with 10 additions and 4 deletions

View File

@ -417,7 +417,8 @@ std::optional<ExtendedSaveStateInfo> GetExtendedSaveStateInfo(const char* path);
void DeleteSaveStates(const char* serial, bool resume);
/// Returns the path to the memory card for the specified game, considering game settings.
std::string GetGameMemoryCardPath(std::string_view serial, std::string_view path, u32 slot);
std::string GetGameMemoryCardPath(std::string_view serial, std::string_view path, u32 slot,
MemoryCardType* out_type = nullptr);
/// Returns intended output volume considering fast forwarding.
s32 GetAudioOutputVolume();