mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Qt/GCMemcardManager: Make slot and file selection more intuitive
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user