mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
QT: Add ISO folder browser
This commit is contained in:
parent
629f45f1a5
commit
29a9c24b73
3 changed files with 41 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue