mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
QT: Add ISO folder browser
This commit is contained in:
@ -44,6 +44,7 @@ private slots:
|
||||
|
||||
// Main toolbar
|
||||
void OnOpen();
|
||||
void OnBrowse();
|
||||
void OnExit();
|
||||
void OnPlay();
|
||||
|
||||
@ -67,6 +68,7 @@ private:
|
||||
// Emulation
|
||||
QString RequestBootFilename();
|
||||
QString ShowFileDialog();
|
||||
QString ShowFolderDialog();
|
||||
void DoStartPause();
|
||||
bool Stop();
|
||||
|
||||
|
Reference in New Issue
Block a user