Qt/GCMemcardManager: Make slot and file selection more intuitive

This commit is contained in:
Techjar
2018-08-24 06:39:43 -04:00
parent e92443e467
commit 6ae77623c5
2 changed files with 26 additions and 21 deletions

View File

@ -46,8 +46,8 @@ private:
void FixChecksums();
void DrawIcons();
QPixmap GetBannerFromSaveFile(int file_index);
std::vector<QPixmap> GetIconFromSaveFile(int file_index);
QPixmap GetBannerFromSaveFile(int file_index, int slot);
std::vector<QPixmap> GetIconFromSaveFile(int file_index, int slot);
// Actions
QPushButton* m_select_button;